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

Custom Angular element in config template #68

Open
Sleeper9 opened this issue Jun 22, 2017 · 1 comment
Open

Custom Angular element in config template #68

Sleeper9 opened this issue Jun 22, 2017 · 1 comment

Comments

@Sleeper9
Copy link

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>`
    }))
@yousefkhan
Copy link

Hi, any work around on this ?

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

No branches or pull requests

2 participants