nativescript-angular-cli
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -8,3 +8,3 @@ import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'; | ||
import { <%= classifiedModuleName %>Routes } from './<%= dasherizedModuleName %>.routes'; | ||
import { <%= classifiedModuleName %>Component } from './components/<%= dasherizedModuleName %>/<%= dasherizedModuleName %>.component' | ||
import { <%= classifiedModuleName %>Component } from './components/<%= dasherizedModuleName %>/<%= dasherizedModuleName %>.component'; | ||
@@ -11,0 +11,0 @@ @NgModule({ |
{ | ||
"name": "nativescript-angular-cli", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "NativeScript CLI command extensions to add some of the Angular CLI commands", | ||
@@ -5,0 +5,0 @@ "main": "lib/bootstrap.js", |
43792