Skip to content

Commit 7fb37f2

Browse files
committed
'[CHECKPOINT]' updated package to conform with @windmillcode/wml-components-base version 20.0.0
1 parent a46b260 commit 7fb37f2

File tree

48 files changed

+6415
-7386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+6415
-7386
lines changed

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,5 +1009,31 @@
10091009
}
10101010
}
10111011
}
1012+
},
1013+
"schematics": {
1014+
"@schematics/angular:component": {
1015+
"type": "component"
1016+
},
1017+
"@schematics/angular:directive": {
1018+
"type": "directive"
1019+
},
1020+
"@schematics/angular:service": {
1021+
"type": "service"
1022+
},
1023+
"@schematics/angular:guard": {
1024+
"typeSeparator": "."
1025+
},
1026+
"@schematics/angular:interceptor": {
1027+
"typeSeparator": "."
1028+
},
1029+
"@schematics/angular:module": {
1030+
"typeSeparator": "."
1031+
},
1032+
"@schematics/angular:pipe": {
1033+
"typeSeparator": "."
1034+
},
1035+
"@schematics/angular:resolver": {
1036+
"typeSeparator": "."
1037+
}
10121038
}
10131039
}

0 commit comments

Comments
 (0)