Skip to content

Commit 7d47b45

Browse files
authored
refactor(schematics): remove comments in collection.json (#19077)
1 parent 712ce5c commit 7d47b45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/material/schematics/collection.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// This is the root config file where the schematics are defined.
21
{
32
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
43
"schematics": {
5-
// Adds Angular Material to an application without changing any templates
64
"ng-add": {
75
"description": "Adds Angular Material to the application without affecting any templates",
86
"factory": "./ng-add/index",
@@ -15,35 +13,30 @@
1513
"factory": "./ng-add/setup-project",
1614
"schema": "./ng-add/schema.json"
1715
},
18-
// Create a dashboard component
1916
"dashboard": {
2017
"description": "Create a card-based dashboard component",
2118
"factory": "./ng-generate/dashboard/index",
2219
"schema": "./ng-generate/dashboard/schema.json",
2320
"aliases": ["material-dashboard"]
2421
},
25-
// Creates a table component
2622
"table": {
2723
"description": "Create a component that displays data with a data-table",
2824
"factory": "./ng-generate/table/index",
2925
"schema": "./ng-generate/table/schema.json",
3026
"aliases": ["material-table"]
3127
},
32-
// Creates toolbar and navigation components
3328
"navigation": {
3429
"description": "Create a component with a responsive sidenav for navigation",
3530
"factory": "./ng-generate/navigation/index",
3631
"schema": "./ng-generate/navigation/schema.json",
3732
"aliases": ["material-nav", "materialNav", "nav"]
3833
},
39-
// Create a file tree component
4034
"tree": {
4135
"description": "Create a file tree component.",
4236
"factory": "./ng-generate/tree/index",
4337
"schema": "./ng-generate/tree/schema.json",
4438
"aliases": ["material-tree"]
4539
},
46-
// Creates a address form component
4740
"addressForm": {
4841
"description": "Create a component with a address form",
4942
"factory": "./ng-generate/address-form/index",

0 commit comments

Comments
 (0)