mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
create bundle for all components
This commit is contained in:
@@ -21,6 +21,7 @@ import { FormFieldModel } from './../core/form-field.model';
|
||||
import { FormModel } from './../core/form.model';
|
||||
import { CoreModule } from 'ng2-alfresco-core';
|
||||
import { ComponentFixture, TestBed, async } from '@angular/core/testing';
|
||||
import * as moment from 'moment';
|
||||
|
||||
describe('DateWidget', () => {
|
||||
|
||||
|
@@ -17,6 +17,10 @@
|
||||
|
||||
import { Component, ElementRef, OnInit, AfterViewChecked } from '@angular/core';
|
||||
import { WidgetComponent } from './../widget.component';
|
||||
import * as moment from 'moment';
|
||||
|
||||
declare let mdDateTimePicker: any;
|
||||
declare var componentHandler: any;
|
||||
|
||||
@Component({
|
||||
moduleId: module.id,
|
||||
|
Reference in New Issue
Block a user