ng-davinents-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

NgDavinentsLib

Contains davinents Angular component library and a test project where the library is used, both can be found under projects folder. This project was generated with Angular CLI version 8.3.12.

Install

To install the library using npm:

npm install ng-davinents-lib

For some components (like FaInputComponent or MdInputComponent) that use icons, you need to import Font-Awesome or Material Icons in your base index.html.

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

Skip the above and install the icons in your environment if you prefer to have then locally.

Component list

  • FaInputComponent: Input component with a font awesome icon preceding the input box. You need to import InputReferenceDirective to make this component work properly. Check example app in the Github repository.
  • MdInputComponent: Input component with a material icon preceding the input box. You need to import InputReferenceDirective to make this component work properly. Check example app in the Github repository.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ng-davinents-lib

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    87.2 kB

    Total Files

    29

    Last publish

    Collaborators

    • dmbarreiro