@remult/angular
Advanced tools
Comparing version 0.10.8 to 0.10.9
{ | ||
"name": "@remult/angular", | ||
"schematics": "./schematics/collection.json", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "an angular module for remult", | ||
@@ -6,0 +6,0 @@ "homepage": "https://remult.dev/", |
@@ -73,10 +73,15 @@ "use strict"; | ||
}); | ||
try { | ||
tree.delete('./src/app/app.component.html'); | ||
tree.delete('./src/app/app.component.ts'); | ||
tree.delete('./src/app/app.component.scss'); | ||
tree.delete('./src/app/app-routing.module.ts'); | ||
tree.delete('./src/app/app.component.spec.ts'); | ||
for (const file of [ | ||
'./.vscode/tasks.json', | ||
'./src/app/app.component.html', | ||
'./src/app/app.component.ts', | ||
'./src/app/app.component.scss', | ||
'./src/app/app-routing.module.ts', | ||
'./src/app/app.component.spec.ts' | ||
]) { | ||
try { | ||
tree.delete(file); | ||
} | ||
catch (_a) { } | ||
} | ||
catch (_a) { } | ||
// addDeclarationToModule() | ||
@@ -83,0 +88,0 @@ const sourceTemplates = schematics_1.url('./files'); |
Sorry, the diff of this file is not supported yet
1284145
10539