An open API service indexing awesome lists of open source software.

https://github.com/devonfw/devon4ng-library

Library of useful devon4ng Angular modules and components
https://github.com/devonfw/devon4ng-library

angular angular7 asset-devon4ng libraries

Last synced: 5 months ago
JSON representation

Library of useful devon4ng Angular modules and components

Awesome Lists containing this project

README

          

:toc: macro

ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

toc::[]
:idprefix:
:idseparator: -
:reproducible:
:source-highlighter: rouge
:listing-caption: Listing

= devon4ng library

This project was generated with https://github.com/angular/angular-cli[Angular CLI] version 7.3.6 and upgraded to Angular 11.2.1. It contains the devon4ng libraries.

== Library catalogue

This repository includes the following devon4ng libraries.

- link:projects\devon4ng\cache\README.md[Cache Module] for Angular 7+ projects.
- link:projects\devon4ng\authorization\README.md[Authorization Module] for Angular 7+ projects.

== Project Requirements

In order to use these libraries your project must use at least **Angular 7** in order to ensure the library will work as expected. To install **the correct vesion for your Angular project** please refer to the versions in the correspondent npm package page:

- link:https://www.npmjs.com/package/@devon4ng/cache?activeTab=versions[@devon4ng/cache versions]
- link:https://www.npmjs.com/package/@devon4ng/authorization?activeTab=versions[@devon4ng/authorization versions]

== How to contribute

Please follow our link:.github/CONTRIBUTING_GUIDE.asciidoc[Contributing Guide], therefore the contributor must make a Pull Request with the new developed library following our https://github.com/devonfw/devon4ng/wiki/guide-angular-library#generating-a-library[Angular Library] documentation file:

[source, bash]
----
$ ng generate library @devon4ng/library-name --prefix library-prefix-wanted
----

NOTE: Prefix is optional.

After reviewing this PR the devonfw Core Team will publish the NPM package in case the library maintains the expected quality level.