Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Loading Directive register on ngOnInit #303

Closed
emoralesb05 opened this issue Feb 1, 2017 · 0 comments
Closed

[Enhancement] Loading Directive register on ngOnInit #303

emoralesb05 opened this issue Feb 1, 2017 · 0 comments
Milestone

Comments

@emoralesb05
Copy link
Contributor

Feature Request

Currently you can only register to a directive in the ngAfterViewInit hook because of the angular life cycle of how things are rendered.

We need to find out a way to create the component WITH its name before ngOnInit is called so we can call it from any component hook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant