Skip to content

Commit

Permalink
chore: static page deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordobo committed May 9, 2024
1 parent ec1a264 commit 50da67a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/demo-app/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NgModule } from "@angular/core"
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core"
import { BrowserModule } from "@angular/platform-browser"
import { BrowserAnimationsModule } from "@angular/platform-browser/animations"
import { ColorPickerModule } from "ngx-color-picker"
Expand Down Expand Up @@ -45,7 +45,8 @@ import { AppComponent } from "./app.component"
MatTooltipModule,
QRCodeModule,
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
export class AppModule { }

0 comments on commit 50da67a

Please sign in to comment.