import loading screen component
This commit is contained in:
parent
697af17462
commit
96a81cb5ec
@ -14,9 +14,10 @@ import { MainModule } from './components/main/main.module';
|
||||
import { PlaygroundModule } from './components/playground/playground.module';
|
||||
import { SandboxModule } from './components/sandbox/sandbox.module';
|
||||
import { SignInModule } from './components/sign-in/sign-in.module';
|
||||
import { LoadingScreenComponent } from './components/loading-screen/loading-screen.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [AppComponent],
|
||||
declarations: [AppComponent, LoadingScreenComponent],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
AppRoutingModule,
|
||||
|
Loading…
Reference in New Issue
Block a user