@al/ng-fancy-components

Alert Logic Component Library for Angular projects

Usage no npm install needed!

<script type="module">
  import alNgFancyComponents from 'https://cdn.skypack.dev/@al/ng-fancy-components';
</script>

README

Component Library for Alert Logic Angular Applications

A ready made suite of Angular UI components for usage powered Alert Logic Angular applications

Built using PrimeNG

How to use this library

in your project install npm install @al/ng-fancy-components --save

In your modules import in the library

import { NgFancyModule } from '@al/ng-fancy-components';

In your component import the components

import { AlBetaGetStartedComponent } from '@al/ng-fancy-components';

and finally in the html

<al-beta-get-started #tutorial></al-beta-get-started>