Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hapinessjs/ng-elements-loader
Project to load Angular Custom Elements inside Angular and/or Standalone applications
https://github.com/hapinessjs/ng-elements-loader
angular angular-cli custom-elements javascript ng-elements-loader observable react rxjs6 standalone vuejs webcomponents
Last synced: 3 months ago
JSON representation
Project to load Angular Custom Elements inside Angular and/or Standalone applications
- Host: GitHub
- URL: https://github.com/hapinessjs/ng-elements-loader
- Owner: hapinessjs
- License: mit
- Archived: true
- Created: 2018-04-30T13:00:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T14:06:43.000Z (about 6 years ago)
- Last Synced: 2024-09-24T10:03:56.019Z (3 months ago)
- Topics: angular, angular-cli, custom-elements, javascript, ng-elements-loader, observable, react, rxjs6, standalone, vuejs, webcomponents
- Language: TypeScript
- Homepage:
- Size: 322 KB
- Stars: 10
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular Elements Loader
This project uses [Angular-CLI](https://github.com/angular/angular-cli) to generate `@hapiness/ng-elements-loader` and `@hapiness/custom-elements-loader` projects.
These projects are created to load easily `Angular` [custom elements](https://angular.io/guide/elements) in your `Angular` application and/or others like `React.js`, `Vue.js`, etc.
To know how to use both projects follow these tutorials:
- [@hapiness/ng-elements-loader](https://github.com/hapinessjs/ng-elements-loader/blob/master/projects/ng-elements-loader/README.md) => for `Angular` applications
- [@hapiness/custom-elements-loader](https://github.com/hapinessjs/ng-elements-loader/blob/master/projects/custom-elements-loader/README.md) => for others applications in **JiT mode**
- [@hapiness/ng-elements-loader](https://github.com/hapinessjs/ng-elements-loader/blob/master/projects/ng-elements-loader/AOT.md) => for others applications in **AoT mode**## Maintainers
Julien Fauville
Antoine Gomez
Sébastien Ritz
Nicolas Jessel
## License
Copyright (c) 2018 **Hapiness** Licensed under the [MIT license](https://github.com/hapinessjs/ng-elements-loader/blob/master/LICENSE.md).