AoT in Angular AoT in Angular Every Angular application requires a compilation process before they can run in the browser: the enriched components and templates provided by Ang...
Rangle’s Angular 2 Training Book About Rangle’s Angular 2 Training Book 来源(书栈小编注) Rangle’s Angular 2 Training Book 在过去三年半的时间里,AngularJS已经成为世界上数十万程序员的领先开源JavaScript应用程序框架...
Semantic Markup Using Proper HTML Elements and Attributes Roles and ARIA ARIA attributes Semantic Markup Using Proper HTML Elements and Attributes A common trap when struc...
Injection Beyond Classes Injection Beyond Classes So far the only types that injection has been used for have been classes, butAngular is not limited to injecting classes. The ...
@Inject and @Injectable @Inject() @Injectable() @Inject and @Injectable Statements that look like @SomeName are decorators. Decorators are a proposed extension to JavaScr...
Loaders Inline Webpack Config Pre-Loaders Non JavaScript Assets Other Commonly Used Loaders Loaders TypeScript isn't core JavaScript so webpack needs a bit of extra help t...
Avoiding Injection Collisions: OpaqueToken OpaqueToken Avoiding Injection Collisions: OpaqueToken Since Angular allows the use of tokens as identifiers to its dependency injec...