FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
material2/schematics/collection.json at master · javascriptStudy111/material2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
javascriptStudy111
/
material2
Public
forked from
angular/components
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
material2
/
schematics
/
collection.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 431 Bytes
Breadcrumbs
material2
/
schematics
/
collection.json
Copy path
File metadata and controls
13 lines (13 loc) · 431 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
// This is the root config file where the schematics are defined.
{
"$schema"
:
"
./node_modules/@angular-devkit/schematics/collection-schema.json
"
,
"schematics"
: {
// Adds Angular Material to an application without changing any templates
"materialShell"
: {
"description"
:
"
Create a Material shell
"
,
"factory"
:
"
./shell
"
,
"schema"
:
"
./shell/schema.json
"
,
"aliases"
: [
"
material-shell
"
]
}
}
}
Back
|
FazBrowse Home
|
New Git URL