Seperate electron and web target building
This commit is contained in:
committed by
József Farkas
parent
517aed1b1c
commit
983eb72892
19
shared/src/vendor.ts
Normal file
19
shared/src/vendor.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import '@angular/platform-browser';
|
||||
import '@angular/platform-browser-dynamic';
|
||||
import '@angular/core';
|
||||
import '@angular/common';
|
||||
import '@angular/forms';
|
||||
import '@angular/router';
|
||||
|
||||
import 'rxjs';
|
||||
|
||||
import '@ngrx/core';
|
||||
import '@ngrx/effects';
|
||||
import '@ngrx/store';
|
||||
|
||||
import 'jquery';
|
||||
import 'bootstrap';
|
||||
import 'select2';
|
||||
import 'ng2-select2';
|
||||
import 'dragula';
|
||||
import 'ng2-dragula';
|
||||
Reference in New Issue
Block a user