'Angular for Web Extension' is a template to get started with development in Chrome and Firefox using webextension-polyfill and web-ext library.
Development in Angular implementing Web Extension Polyfil, Web-ext and Nodemon to hotfix reload on the browser.
I created this template to offer a simple and fast solution to create web extensions with Angular, since searching on this topic I did not find much information about its configuration, libraries or templates to start with it.
That is why I took the initiative to start a project to be able to do this more quickly.
This Mozilla library allows us to use its API which allows us to use a single code to access the Chrome and Mozilla API without compatibility issues.
You can read more about this in its official documentation: Web Extension Polyfil.
Run npm run watch:firefox
or npm run watch:chrome
to running the project and open on the browser.
- Author - Andry Mendoza
- Email - [email protected]
- X - @DreezDev
This template are MIT licensed.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.