0.0.2 • Published 8 years ago
creamng v0.0.2
Getting started
Install via npm :
npm install creamngThen include the CreamNG module in your app root module (just once, do NOT re-import it in your sub modules).
import { CreamNgModule } from 'creamng';
@NgModule({
imports: [
BrowserModule,
CreamNgModule,
...
]
...
})
export class AppModule {}Changelog
License
MIT