Skip to content

Commit

Permalink
optimaze
Browse files Browse the repository at this point in the history
  • Loading branch information
akaravi committed Nov 15, 2023
1 parent 268f321 commit 39fb4b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntk-cms-web",
"version": "15.2.0825.2",
"version": "15.2.0825.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 0 additions & 6 deletions src/app/_metronic/layout/layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@
<!-- end:: Engage -->
<app-engages></app-engages>
<!-- end:: Engage -->

<!-- begin:: Modals -->

<app-invite-users-modal></app-invite-users-modal>

<!-- end:: Modals -->
Empty file.

This file was deleted.

13 changes: 5 additions & 8 deletions src/app/_metronic/partials/layout/modals/modals.module.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { NgbModalModule } from '@ng-bootstrap/ng-bootstrap';
import { InlineSVGModule } from 'ng-inline-svg-2';
import { InviteUsersModalComponent } from './invite-users-modal/invite-users-modal.component';


import { ModalComponent } from './modal/modal.component';
import { NgbModalModule } from '@ng-bootstrap/ng-bootstrap';

@NgModule({
declarations: [
InviteUsersModalComponent,

ModalComponent,
],
imports: [CommonModule, InlineSVGModule, RouterModule, NgbModalModule],
exports: [
InviteUsersModalComponent,

ModalComponent,
],
})
export class ModalsModule {}
export class ModalsModule { }

0 comments on commit 39fb4b6

Please sign in to comment.