
We now add the 'main', 'module', 'es2015', and 'typings' properties, pointing to where the packaging tool lays them out. Fixes #22416 PR Close #22499
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
import {NgModule} from '@angular/core';
|
|
|
|
@NgModule({})
|
|
export class SecondaryModule {
|
|
}
|