You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: bump template versions to {N} 6.0
* refactor: set `markingMode` to `none`
* refactor: remove `moduleId` from component metadata
{N} 6.0 uses only webpack for building. When building Angular apps with
Webpack,the `module.id` is inserted automatically and we don't need to
set it manually. There's even a loader in `nativescript-dev-webpack` which removes the moduleIds from the source code.
In short, the `moduleId: module.id` is useful only for builds without webpack. NativeScript 6.0 doesn't support such builds. That's why we don't need moduleId in the templates anymore.
Copy file name to clipboardExpand all lines: src/generate-template/master-detail/_files-nsonly/__name__/__detail__-detail/__detail__-detail.component.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ import { DataService, Number } from '../data.service';
0 commit comments