Skip to content

Commit

Permalink
fix: GLOBAL_THIRD_MDOULES changed to GLOBAL_THIRD_MODULES (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 6, 2018
1 parent 8fc29ce commit d001642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schematics/application/files/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const INTERCEPTOR_PROVIDES = [
// #endregion

// #region global third module
const GLOBAL_THIRD_MDOULES = [
const GLOBAL_THIRD_MODULES = [
];
// #endregion

Expand Down Expand Up @@ -108,7 +108,7 @@ import { LayoutModule } from './layout/layout.module';
RoutesModule,<% if (i18n) { %>
...I18NSERVICE_MODULES,<% } %><% if (form) { %>
...FORM_MODULES,<% } %>
...GLOBAL_THIRD_MDOULES
...GLOBAL_THIRD_MODULES
],
providers: [
...LANG_PROVIDES,
Expand Down

0 comments on commit d001642

Please sign in to comment.