https://github.com/devonfw/devon4ng
devonfw Angular stack - create enterprise-grade business apps in Angular safe and fast
https://github.com/devonfw/devon4ng
angular asset-devon4ng devonfw
Last synced: 12 months ago
JSON representation
devonfw Angular stack - create enterprise-grade business apps in Angular safe and fast
- Host: GitHub
- URL: https://github.com/devonfw/devon4ng
- Owner: devonfw
- License: apache-2.0
- Created: 2018-11-15T09:13:28.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-11T14:14:41.000Z (12 months ago)
- Last Synced: 2025-04-11T15:27:18.527Z (12 months ago)
- Topics: angular, asset-devon4ng, devonfw
- Homepage:
- Size: 35.9 MB
- Stars: 33
- Watchers: 17
- Forks: 35
- Open Issues: 118
-
Metadata Files:
- Readme: README.asciidoc
- Changelog: CHANGELOG.asciidoc
- Contributing: .github/CONTRIBUTING_GUIDE.asciidoc
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.asciidoc
Awesome Lists containing this project
README
= devon4ng
The devonfw Platform provides a solution to building applications which combine best-in class-frameworks and libraries as well as industry proven practices and code conventions. devon4ng is the JavaScript/TypeScript variant of the devonfw focusing on front-end applications.
== Contents
This repository contains the following assets:
* **devon4ng-application-template:** It is the Angular application template used by the CobiGen code generation tool.
* **devon4ng-ngrx-template:** It is the Angular application template used by the CobiGen code generation tool that makes use of NgRx for state management.
* **devon4ng-ionic-application-template:** It is the Ionic mobile application template used by the CobiGen code generation tool.
* **Code samples:** Folder containing different samples for the devon4ng guides.
** **AngularBasicPWA:** Project sample that contains an Angular progressive web app
** **AngularElements:** Project sample that builds into an `Angular Element`
** **AngularElementsTest:** Project sample created to use the `Angular Element`
** **AngularLazyLoading:** Project sample using Lazy Loading
** **AngularMaterialBasicLayout:** Basic layout using angular material
** **AngularMaterialTheming:** App theming using angular material
** **AppInitializer:** Project sample of `App Initializer`
** **ElectronTest:** Project sample of `Electron`
** **ErrorHandler:** Project sample of `Error Handler`
** **IonicBasicPWA:** Project sample that contains an Ionic progressive web app
** **MyLibrary:** Project sample that build into a `Library`
** **MyLibraryTest:** Project sample created to use the `Library`
** **BlobStreaming:** Project sample created to upload a file.(Download not implemented yet).
* **Documentation:** Folder containing the documentation of the different samples and other guides related with devon4ng.