Closed cgatian closed 7 years ago
Snippet: ng-module-template
ng-module-template
Expected this snippet to export the module. I don't see a reason for it not to export since modules are meant to be consumed by other modules. Right? 🌮 😸
Currently it generates:
import { NgModule } from '@angular/core'; @NgModule({ declarations: [], imports: [], exports: [], providers: [], bootstrap: [] }) class NameModule {}
Proposing adding an export statement to the class.
Snippet:
ng-module-template
Expected this snippet to export the module. I don't see a reason for it not to export since modules are meant to be consumed by other modules. Right? 🌮 😸
Currently it generates:
Proposing adding an export statement to the class.