Skip to content

Commit

Permalink
refactor(common): normalize property prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
trotyl committed Mar 30, 2018
1 parent a8defb2 commit ae3f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/host/host.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Directive, ElementRef, Renderer2, RendererStyleFlags2 } from '@angular/core';

const NG_HOST_ELEMENTS = '__ng_host_elements__';
const NG_HOST_ELEMENTS = '__ng_contrib_host_elements__';

@Directive({
selector: 'ng-host',
Expand Down

0 comments on commit ae3f57b

Please sign in to comment.