Skip to content

Commit 6f1ccb7

Browse files
dxvladislavvolkovVasilyStrelyaev
authored andcommitted
Add zoneless flag (#962)
1 parent 117b15c commit 6f1ccb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devextreme-cli/src/applications/application.angular.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const create = async(appName, options) => {
100100
const layout = await getLayoutInfo(options.layout);
101101
const currentNgVersion = ngVersion.getNgCliVersion().version;
102102
const depsVersionTag = extractDepsVersionTag(options);
103+
const currentNgVersion = ngVersion.getNgCliVersion().version;
103104

104105
const commandArguments = [
105106
'new',

0 commit comments

Comments
 (0)