mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
17 lines
413 B
TypeScript
17 lines
413 B
TypeScript
// Angular
|
|
import '@angular/platform-browser';
|
|
import '@angular/platform-browser-dynamic';
|
|
import '@angular/core';
|
|
import '@angular/common';
|
|
import '@angular/http';
|
|
import '@angular/router';
|
|
|
|
// RxJS
|
|
import 'rxjs';
|
|
|
|
// Other vendors for example jQuery, Lodash or Bootstrap
|
|
// You can import js, ts, css, sass, ...
|
|
|
|
import 'ng2-activiti-form/stencils/runtime.ng1';
|
|
import 'ng2-activiti-form/stencils/runtime.adf';
|