So what to does lazy loading for router in Angular 2.The Nomarl-to-write a router in Angular 2:You are simplecmp and usercmp as child components. You also import {simplecmp, usercmp} from ' xxxxxx '.It won't be lazy loaded. Because you already has the reference to the child component.But it turn off to being very easy
Before doing a crud method on a page, in reality the Webapi module is often written in separate service, so modify the original design and structure, or need a lot of knowledge.2017.11.15 Add patch method to improve service program optimization notation2017.11.27 added promise return value processing, the server returns the error message after processing.Because all of the crud methods are written in the service, the code in the background is much simpler, and the callback needs more information
Two-way binding still exists in Angular 2 and Ng-model makes it simple. The syntax is a combination of the [input] and (output) syntax to represent, the data is being pushed out and pulled I N.Import {Component} from ' Angular2/core './todoservice '; @Component ( {' todo-input ', Template: ' [(Ngmodel)]= "Todomodule"> '}) Export class todoinput{ todomodule:string; Constructor (
This lesson discusses if and how to add dependencies, resolved by Angular ' s DI, to factory providers. The example used in this lesson builts upon the previous lesson on understanding factory providers.For example, the Loggerprovider need-to-use Consoleservice, as-you-put loggerprovider into ' providers ' array, we also Need to provide dependence which refer to Consoleservice, the "Do"providers: [ todoservice, consoleservice, , { = =
The application is simple and to build a color picker:When click the Rect box, it'll check the color value below and title color would also change.Color-picker.ts:Import {Component, Output, Eventemitter, Input} from "@angular/core"'./constants '; @Component ({ ' Color-picker ', moduleId:module.id, ' color-picker.component.html ') export class colorpicker{ @Input () color:string; @Output (new eventemitter (); = RED; = BLUE; C
Off TopicTo solve the blog title, because the first article commented that some people questioned the subject is far away, said half a day and angular material not half-hair relationship. In fact, my center in the second half of the "string Learning client development."
Require ()
Don't confuse the Require () and requirejs here. It is interesting, however, that Typescript's module definition even supports both of these modular mechanism
Angular Learning (2): Controller definition summary, angularcontroller
The above section summarizes the ng-view application, and separates the O M background into two interfaces for logical Controller processing. This article will summarize the knowledge used by the Controller in the project:
$ Scope: scope object, which only represents the current Controller object. All objects in this scope are declared
(2) Design The default constructor, that is, when the parameter is not specified, the default side length is 1. The required test functions are:int main (){Triangle Tri; //Call the default constructor, when no parameters are specified, the default side length is 1;Tri.showmessage ();return 0;}#include Operation Result:Week four 13 constructors for angular classes-2
Iv. ng-if, Ng-show, Ng-switchReference: Angularjs's learning--ng-show/ng-hide/ng-if and Ng-switchSimple summary:Ng-show and ng-hide simply show or hide the DOM nodes, and the nodes will still be loaded and renderedNg-if, like Ng-show, receives a bool, but when Ng-if is false, the DOM node it controls is not created or the previous DOM node is destroyed, which speeds up the DOM loadingNg-switch omitted the Tab tab trouble, it listens to a variable, the variable value is a, a control of the DOM no
ES6 tool chain original: Hui Zhi networkIt's not easy to make the Angular2 app run, because it uses too many technologies that are not supported by the current mainstream browser. So, we need a tool chain:ANGULAR2 is the future-oriented technology, requires the browser to support the es6+, we have to try now, we need to add some shims to erase the current browser and ES6 differences:
SYSTEMJS-Universal Module Loader supports JS module loading in various formats such as AMD, CommonJS, ES
Controlgroup Description: My understanding of the directive is to bind the Controller group in the HTML template, and then operate these corresponding modules inside the component class, to see the code below, a look at it.Our root app Componentimport {Component, View, Control, Controlgroup, ControlArray, validators, Core_directives, Form_directives} from ' Angular2/angular2 ' @Component ({selector: ' My-app ',}) @View ({Template: ' Angular
TypeScript is used heavily as we build to our application, but TypeScript isn ' t required. If you want to Inject a Service without using TypeScript, you'll need to understand the decorator @Inject .Import {Component, View, Inject} from "Angular2/angular2"; Import {Todoservice} from"./todoservice"; @Component ({selector:' Todo-input '})//Define a ref by using XXX-YYY//Reference a ref by using XXXYYY@View ({Template: ' `}) Export class todoinput{ todoservice; Constructor (//Public Todoserv
When creating a service, need to inject the sercive into the bootstrap ():Import {bootstrap, Component, View} from "Angular2/angular2""./todoinput"; "./todoservice" ; @Component ({ selector:' app '}) @View ({ directives: [Todoinput], Template: ' '}) class app{}Bootstrap (APP, [Todoservice]) ;Todoservice.jsExport class todoservice{ = []; Addtodo (value:any):void { this. Todos.push (value); }}Inputtodo.js:Import {Component, View} from "Angular2/angular2"; Imp
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.