소스 검색

Improvements to integration of Clarirty Checkbox Component

Richard Knight 6 년 전
부모
커밋
faf29b1c5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/dynaform/components/clarity/checkbox/clr-checkbox.component.ts

+ 1 - 1
src/app/dynaform/components/clarity/checkbox/clr-checkbox.component.ts

@@ -1,4 +1,4 @@
-import { Component, OnInit } from '@angular/core';
+import { Component } from '@angular/core';
 import { NativeInputComponent } from '../../_abstract/native-input.component';
 
 @Component({