Merge branch 'dev'
This commit is contained in:
commit
fe7166001b
@ -1,4 +1,6 @@
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
@ -12,6 +14,7 @@ import { OpenviduSessionModule } from 'openvidu-angular';
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
BrowserAnimationsModule,
|
||||
AppRoutingModule,
|
||||
FormsModule,
|
||||
OpenviduSessionModule
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user