\n Usage
\n Step 1: Install
\n Install the npm package.
\n npm i @triangular/rpg-awesome-icons
\n\n Step 2: Add to NgModule Imports
\n Then, add the RpgAwesomeIconsModule to the imports of your app, as follows:
\n {{step2}}
\n\n Step 3: Register the Icons in the Registry
\n The tree-shaking magic happens when you import icons from @triangular/rpg-awesome-icons/icons and register them in the RpgAwesomeIconsRegistry. By explicitly importing the icons where they are required, the tree shaking can ensure they are loaded when they are needed. If an icon is not required, it will not be bundled in your application. If an icon is required in a feature module, it will be bundled with the feature module. And if the icon is bundled in multiple feature modules, it will be bundled with the common bundle - in order to not download the same icon multiple times.
\n Step 3a: Angular App with Modules
\n {{step3a}}
\n Step 3b: Standalone Angular App
\n {{step3b}}
\n\n\n Step 4: Enjoy using the Icons with a Peace of Mind
\n Once an icon has been registered, it can simply be used in your template. If you get the error can't bind to 'name' since it isn't a known property of 'rpg-awesome-icon', you need to include the RpgAwesomeIconsModule in your module.
\n {{step4}}
\n\n