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
- Host: GitHub
- URL: https://github.com/devonfw/devon4ng-library
- Owner: devonfw
- License: apache-2.0
- Created: 2019-04-08T13:56:10.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-07T04:07:52.000Z (over 3 years ago)
- Last Synced: 2025-01-24T09:19:43.228Z (about 1 year ago)
- Topics: angular, angular7, asset-devon4ng, libraries
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 3
- Watchers: 18
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.asciidoc
- Contributing: .github/CONTRIBUTING_GUIDE.asciidoc
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.asciidoc
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.