Skip to content

Commit

Permalink
Added angular.json - Closes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 9, 2018
1 parent 8411753 commit 62aed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export const fileIcons: FileIcons = {
{
name: 'angular',
fileExtensions: ['module.ts', 'module.js', 'ng-template'],
fileNames: ['angular-cli.json', '.angular-cli.json'],
fileNames: ['angular-cli.json', '.angular-cli.json', 'angular.json'],
enabledFor: [IconPack.Angular, IconPack.Ngrx]
},
{
Expand Down

0 comments on commit 62aed59

Please sign in to comment.