Skip to content

Commit

Permalink
added default export for angular-formly
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmar Burke authored and Elmar Burke committed Nov 19, 2015
1 parent 25a68e0 commit 218f7fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions angular-formly/angular-formly.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ declare module 'AngularFormly' {
export = AngularFormly;
}

declare module 'angular-formly' {
var angularFormlyDefaultExport: string;
export = angularFormlyDefaultExport;
}

declare module AngularFormly {


Expand Down

0 comments on commit 218f7fd

Please sign in to comment.