Skip to content

Commit

Permalink
Add Angular icon to ng-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 27, 2022
1 parent 72bd904 commit d6ea9c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,12 @@ export const fileIcons: FileIcons = {
{
name: 'angular',
fileExtensions: ['module.ts', 'module.js', 'ng-template'],
fileNames: ['angular-cli.json', '.angular-cli.json', 'angular.json'],
fileNames: [
'angular-cli.json',
'.angular-cli.json',
'angular.json',
'ng-package.json',
],
enabledFor: [IconPack.Angular, IconPack.Ngrx],
},
{
Expand Down

0 comments on commit d6ea9c7

Please sign in to comment.