Skip to content

Commit

Permalink
build: fix broken build (#21835)
Browse files Browse the repository at this point in the history
PR Close #21835
  • Loading branch information
mhevery committed Jan 27, 2018
1 parent a1cc02f commit 5bd93b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/compiler/test/render3/r3_view_compiler_spec.ts
Expand Up @@ -432,6 +432,7 @@ describe('r3_view_compiler', () => {

const MyComponentDefinition = `
static ngComponentDef = IDENT.ɵdefineComponent({
type: MyComponent,
tag: 'my-component',
factory: function MyComponent_Factory() { return new MyComponent(); },
template: function MyComponent_Template(ctx: IDENT, cm: IDENT) {
Expand Down Expand Up @@ -505,6 +506,7 @@ describe('r3_view_compiler', () => {

const MyComponentDefinition = `
static ngComponentDef = IDENT.ɵdefineComponent({
type: MyComponent,
tag: 'my-component',
factory: function MyComponent_Factory() { return new MyComponent(); },
template: function MyComponent_Template(ctx: IDENT, cm: IDENT) {
Expand Down

0 comments on commit 5bd93b1

Please sign in to comment.