Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogm710811/view-child-and-children-angular
Example of how to use ViewChild with ngAfterViewInit as well as ViewChildren with QueryList in Angular 4
https://github.com/ogm710811/view-child-and-children-angular
advanced-angular angular-cli angular4
Last synced: 26 days ago
JSON representation
Example of how to use ViewChild with ngAfterViewInit as well as ViewChildren with QueryList in Angular 4
- Host: GitHub
- URL: https://github.com/ogm710811/view-child-and-children-angular
- Owner: ogm710811
- Created: 2017-10-01T22:45:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T03:22:38.000Z (over 7 years ago)
- Last Synced: 2024-11-15T02:33:30.382Z (3 months ago)
- Topics: advanced-angular, angular-cli, angular4
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# O3ViewChildren
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.2.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Topics
This project shows the following Advanced Components examples:
1. ViewChild and AfterViewInit decorator.
2. ViewChildren and QueryList.