You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
* This is the top level module which describes all Angular components,
83
-
* including services, filters and directives. When writing an Angular application,
84
-
* AngularModule is automatically included.
86
+
* including services, filters and directives. When instantiating an Angular application
87
+
* through [applicationFactory](#angular-app-factory), AngularModule is automatically included.
85
88
*
86
89
* You can use AngularModule explicitly when creating a custom Injector that needs to know
87
90
* about Angular services, filters, and directives. When writing tests, this is typically done for
@@ -104,17 +107,19 @@ class AngularModule extends Module {
104
107
}
105
108
106
109
/**
107
-
* Application is how you configure and run an Angular application. There are two
110
+
* Application represents configuration for your Angular application. There are two
108
111
* implementations for this abstract class:
109
112
*
110
-
* - [app:dynamic](#angular-app-dynamic) for development, which uses transformers to generate the
111
-
* getters, setters, annotations, and factories needed by [dart:mirrors](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart-mirrors) for tree shaking
112
-
* - [app:static](#angular-app-static), for apps that explicitly specify their own getters,
113
-
* setters, annotations, and factories and do not rely on transformation or [dart:mirrors]
0 commit comments