https://github.com/shanmukhateja/adt-ng-comp-for-html-demo
demonstrates injecting Angular component as child node to HTMLElement
https://github.com/shanmukhateja/adt-ng-comp-for-html-demo
angular component-injection
Last synced: 3 months ago
JSON representation
demonstrates injecting Angular component as child node to HTMLElement
- Host: GitHub
- URL: https://github.com/shanmukhateja/adt-ng-comp-for-html-demo
- Owner: shanmukhateja
- Created: 2021-04-29T06:36:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T09:45:50.000Z (about 4 years ago)
- Last Synced: 2025-01-19T09:25:37.393Z (4 months ago)
- Topics: angular, component-injection
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dropdown 101 Project
This Angular project demonistrates injecting dynamic Angular components as child nodes to `HTMLElement`.
It uses [angular-datatables](https://l-lin.github.io/angular-datatables) library and [ngx-bootstrap](https://valor-software.com/ngx-bootstrap) library for presentation purposes.
## Get Started
1. Clone this repo.
2. `npm install`
3. `npm run start`
4. Profit.