Skip to content

Commit

Permalink
Change build to use ng-packagr
Browse files Browse the repository at this point in the history
  • Loading branch information
leolorenzoluis committed Feb 22, 2018
1 parent 134c4e4 commit 91ff0d6
Show file tree
Hide file tree
Showing 5 changed files with 1,966 additions and 47 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/bundles
/tmp
/out-tsc
/dist

# dependencies
/node_modules
Expand Down
2 changes: 1 addition & 1 deletion lib/monaco-editor-loader/monaco-editor-loader.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NgModule, NgZone } from '@angular/core';
import { MonacoEditorLoaderService } from './monaco-editor-loader.service';
import { MonacoEditorLoaderDirective } from './monaco-editor-loader.directive';

export const factory = (ngZone: NgZone) => {
export function factory(ngZone: NgZone) {
return new MonacoEditorLoaderService(ngZone);
};

Expand Down
Loading

0 comments on commit 91ff0d6

Please sign in to comment.