Commit faf01c5e by Ali Arshad

Added VQode Module

parent eb27217a
[submodule "client/imports/app/vqode"]
path = client/imports/app/vqode
url = ssh://git@gitlab.vqode.com:30022/usman-vqode/angular-vqode-module.git
......@@ -4,13 +4,15 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { AppComponent } from './app.component';
import { RoutesModule } from './routes/routes.module';
import { SharedModule } from './shared/shared.module';
import { VqodeModule } from './vqode/vqode.module';
@NgModule({
imports: [
BrowserModule,
BrowserAnimationsModule,
SharedModule,
RoutesModule
RoutesModule,
VqodeModule
],
declarations: [
AppComponent
......
Subproject commit 67096fbf4c3163f59a63e5eaa7bb4a5f1562f032
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment