Skip to content

Commit

Permalink
fix(build): fix failed npm run build (#3867)
Browse files Browse the repository at this point in the history
Fix failed npm run build

Closed #3866
  • Loading branch information
IraErshova authored and valorkin committed Feb 23, 2018
1 parent f286745 commit f5d8bcc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions demo/src/app/components/+typeahead/demos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const DEMO_COMPONENTS = [
DemoTypeaheadScrollableComponent,
DemoTypeaheadNoResultComponent,
DemoTypeaheadOnBlurComponent,
DemoTypeaheadLatinizeComponent
DemoTypeaheadLatinizeComponent,
DemoTypeaheadContainerComponent,
DemoTypeaheadFormComponent,
DemoTypeaheadOnSelectComponent
Expand All @@ -55,10 +55,6 @@ export const DEMOS = {
component: require('!!raw-loader?lang=typescript!./latinize/latinize.ts'),
html: require('!!raw-loader?lang=markup!./latinize/latinize.html')
},
inForm: {
component: require('!!raw-loader?lang=typescript!./in-form/in-form.ts'),
html: require('!!raw-loader?lang=markup!./in-form/in-form.html')
},
form: {
component: require('!!raw-loader?lang=typescript!./form/form.ts'),
html: require('!!raw-loader?lang=markup!./form/form.html')
Expand Down

0 comments on commit f5d8bcc

Please sign in to comment.