Skip to content

Commit

Permalink
issue vladotesanovic#149: Added @NgModule declarations to prevent err…
Browse files Browse the repository at this point in the history
…or "NgSemanticModule is not an NgModule"
  • Loading branch information
Boris Feldmann committed Feb 10, 2017
1 parent 0a5da26 commit bd1b011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ng-semantic.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@ export * from "./src/shape/shape";
export * from "./src/accordion/accordion";
export declare let SEMANTIC_COMPONENTS: Array<any>;
export declare let SEMANTIC_DIRECTIVES: Array<any>;

import { NgModule } from "@angular/core";
@NgModule({
declarations: [NgSemanticModule]
})
export declare class NgSemanticModule {
}

0 comments on commit bd1b011

Please sign in to comment.