@onlook/angular
v1.0.5
Published
Onlook builder for Angular to append data-onlook-id
Downloads
8
Maintainers
Readme
Onlook Angular builder
Usage
- Install builder library
npm i --save-dev @onlook/angular
- Use the builder
Update your custom angular.json
file to use the builder
"projects": {
...
"example-app": {
...
"architect": {
...
"build": {
"builder": "@onlook/angular:browser",
"options": {
...
},
...
"serve": {
"builder": "@onlook/angular:dev-server",
"options": {
...
}
This is an extension of the @angular-builders/custom-webpack
builder so all options from there will still work.
- Use the builder
Run the build
ng build
or
ng serve