Added share ability

This commit is contained in:
2019-08-25 11:45:49 -04:00
parent 3c0020450f
commit b8bb4aed2b
7 changed files with 57 additions and 3 deletions

View File

@ -18,6 +18,7 @@ import {ToolbarComponent} from "./components/toolbar/toolbar.component";
import {PaletteComponent} from "./components/palette/palette.component";
import {MarkerComponent} from "./components/marker/marker.component";
import {AnimatedBackgroundComponent} from "./components/animatedBackground/animatedBackground.component";
import {ClickOutsideModule} from "ng-click-outside";
@NgModule({
declarations: [
@ -37,6 +38,7 @@ import {AnimatedBackgroundComponent} from "./components/animatedBackground/anima
AppRouting,
BrowserAnimationsModule,
BrowserModule,
ClickOutsideModule,
FormsModule,
MaterialModule,
ServiceWorkerModule.register('ngsw-worker.js', {enabled: environment.production}),