Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class DynamicAgNg2Component extends BaseGuiComponent {
  2. init(params) {
  3. _super.prototype.init.call(this, params);
  4. this._componentRef.changeDetectorRef.detectChanges();
  5. };
  6. ...
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement