mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-15 16:21:29 +00:00
add firmware update task pro feature
This commit is contained in:
parent
22e101c9fe
commit
b3f92a6455
3 changed files with 336 additions and 199 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { NgModule } from "@angular/core";
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { FormsModule } from "@angular/forms";
|
||||
import { FormsModule,ReactiveFormsModule } from "@angular/forms";
|
||||
|
||||
import {
|
||||
ButtonModule,
|
||||
|
|
@ -8,6 +8,7 @@ import {
|
|||
FormModule,
|
||||
GridModule,
|
||||
ModalModule,
|
||||
ButtonGroupModule,
|
||||
} from "@coreui/angular";
|
||||
import { UserTasksRoutingModule } from "./user_tasks-routing.module";
|
||||
import { UserTasksComponent } from "./user_tasks.component";
|
||||
|
|
@ -23,8 +24,10 @@ import { NgxSuperSelectModule} from "ngx-super-select";
|
|||
GridModule,
|
||||
FormModule,
|
||||
ButtonModule,
|
||||
ButtonGroupModule,
|
||||
GuiGridModule,
|
||||
ModalModule,
|
||||
ReactiveFormsModule,
|
||||
FormsModule,
|
||||
NgxSuperSelectModule,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue