Implements Initial Stack Slider
This commit is contained in:
21
src/app/home/home.module.ts
Normal file
21
src/app/home/home.module.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import {HomeComponent} from "./home.component";
|
||||
import {StackSliderComponent} from "./stack-slider/stack-slider.component";
|
||||
import {StackCardComponent} from "./stack-slider/stack-card/stack-card.component";
|
||||
import {NgxGlideComponent} from "ngx-glide";
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
HomeComponent,
|
||||
StackSliderComponent,
|
||||
StackCardComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
NgxGlideComponent
|
||||
]
|
||||
})
|
||||
export class HomeModule { }
|
||||
Reference in New Issue
Block a user