This is the demo with all source-codes on how po-icons was implemented.
Po-icons uses google's material icons(font-icons) with all their themes.
It behaves like mat-icon from angular materials. Check npm site of the po-icons for more deeper details.
Use this library only for experimenting. Not recommended for production.
https://www.npmjs.com/package/po-icons
This project was generated with Angular CLI version 7.2.15.
Every command you should need if you have npm and nodejs installed.
Use commands in order:
git clone https://github.com/polpo93/po-icons.git
to download the master repository.cd ./po-icons/
to change yourself to the repository.npm install
to install dependencies for the angular itself.npm run build-po-icons
to build the po-icons library.npm run start
to start the server in your machine at http://localhost:4200/
Library supports angular 7 and newer. Tested with 7.2.15.
Open your angular project. Then install po-icons with command npm i po-icons
.
More documentatio of the implementation in the npm package page at: