npm-ng2-test-package
v0.0.1
Published
Downloads
3
Readme
Angular2 test package
Install
npm i npm-ng2-test-package --save
Usage
import { Ng2TestModuleModule } from 'npm-ng2-test-package';
@NgModule({
imports: [
...
Ng2TestModuleModule
...
],
declarations: [],
bootstrap: []
})
And then use it in your component
<app-hello-world></app-hello-world>