File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
9
9
10
10
## Adding a new builder
11
11
12
- 1 . Find the ` buidlers .json` in ` assets ` folder.
12
+ 1 . Find the ` builders .json` in ` assets ` folder.
13
13
2 . Provide the data for new builder in below ` json ` format
14
14
15
15
``` json
Original file line number Diff line number Diff line change 54
54
"description" : " Remove files and folders from your project. Useful for removing any assets you don't want in a production build." ,
55
55
"repository" : " https://github.com/BojanKogoj/ng-builder-file-remover"
56
56
},
57
- {
57
+ {
58
58
"name" : " @netlify-builder/deploy" ,
59
59
"description" : " Deploy your application on Netlify with Angular CLI<br><ul><li>ng add @netlify-build/deploy</li><li>ng deploy</li></ul>." ,
60
60
"repository" : " https://github.com/ngx-builders/netlify-builder"
61
+ },
62
+ {
63
+ "name" : " ng-builder-google-maps" ,
64
+ "description" : " Angular CLI builder that adds the Google Maps API into your Angular application." ,
65
+ "repository" : " https://github.com/Developer-Plexscape/ng-builder-google-maps"
61
66
}
62
67
]
You can’t perform that action at this time.
0 commit comments