Skip to content

Commit e0acac9

Browse files
Alan Agiusvikerman
authored andcommitted
feat(@angular/cli): add @nguniversal/* to ng version
Closes #9959
1 parent 937dc63 commit e0acac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/commands/version-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class VersionCommand extends Command<VersionCommandSchema> {
3030
/^@angular\/.*/,
3131
/^@angular-devkit\/.*/,
3232
/^@ngtools\/.*/,
33+
/^@nguniversal\/.*/,
3334
/^@schematics\/.*/,
3435
/^rxjs$/,
3536
/^typescript$/,

0 commit comments

Comments
 (0)