Skip to content

Commit

Permalink
fix(): Fixed moduleId crashes WebPack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Akopkokhyants committed Sep 19, 2016
1 parent 8884db2 commit 8f754f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slim-loading-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {isPresent} from './slim-loading-bar.utils';
* A Slim Loading Bar component shows message loading progress bar on the top of web page or parent component.
*/
@Component({
moduleId: module.id,
moduleId: module.id.toString(),
selector: 'ng2-slim-loading-bar',
template: `
<div class="slim-loading-bar">
Expand Down

0 comments on commit 8f754f6

Please sign in to comment.