Farruh
Farruh
Please, move this ``` const factory = this._factoryResolver.resolveComponentFactory(this.class_component); this.componentRef = this.viewContainerRef.createComponent(factory); // then give some data this.setComponentData(this.data); ``` to ngOnAfterInit because it is not working in ngOnInit
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Feature request [x] Documentation...
I have project with confide. At first Thank for this package. But something is wrong. `\Confide::confirm($code)` always returns false. What's wrong? Please help