* Compiles the given NgModule and all of its components. All templates of the components * have to be inlined.
(moduleType: Type<T>)
| 36 | * have to be inlined. |
| 37 | */ |
| 38 | compileModuleSync<T>(moduleType: Type<T>): NgModuleFactory<T> { |
| 39 | return new NgModuleFactoryR3(moduleType); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Compiles the given NgModule and all of its components |
no outgoing calls
no test coverage detected