angular2-busy icon indicating copy to clipboard operation
angular2-busy copied to clipboard

Custom Angular element in config template

Open Sleeper9 opened this issue 8 years ago • 1 comments

Hi, is there a way to specify an Angular element as the template? I'd like to use @angular2/material 's <md-progress> component, but currently it fails with a 'Not a known Angular element' error. I'd really like to have this feature, nice library! The appropriate code snippet from the NgModule imports is this:

BusyModule.forRoot(new BusyConfig({
      message:  '',
      template: `<md-progress>`
    }))

Sleeper9 avatar Jun 22 '17 10:06 Sleeper9

Hi, any work around on this ?

yousefkhan avatar Mar 21 '18 06:03 yousefkhan