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