@dazlab-team/angular-playable-builder
v11.0.1-beta.5
Published
Builds Facebook Playable Ad source file from the Angular app sources.
Downloads
7
Maintainers
Readme
angular-playable-builder
Builds Facebook Playable Ad source file from the Angular app sources.
Requirements
- Angular CLI v11
Installation
npm i -D @dazlab-team/angular-playable-builderthen edit angular.json, replace default builder:
"builder": "@angular-devkit/build-angular:browser"with the new one:
"builder": "@dazlab-team/angular-playable-builder:playable"and run ng build --prod.
Playable file will be located in dist/<your-project-name>/index.html.
