Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Jul 25, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent c41f8a0 commit 07c03ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/oocx-ng/src/lib/components/label/label.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Component, Input, HostBinding, ElementRef } from '@angular/core';
import { AfterContentInit } from '@angular/core/src/metadata/lifecycle_hooks';
import { AfterContentInit } from '@angular/core';

import { LabelDirective } from '../../directives/label.directive';
import { LabelIdGeneratorService } from '../../services/label-id-generator.service';
@Component({
selector: 'ox-label',

0 comments on commit 07c03ec

Please sign in to comment.