Updated angular material to v9

Added further translation support
This commit is contained in:
Isaac Grynsztein
2020-03-15 00:48:16 -04:00
parent 0981dd216d
commit c17d29075e
16 changed files with 211 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';
import { Observable, Subject } from 'rxjs';
import { MatSnackBar } from '@angular/material';
import { MatSnackBar } from '@angular/material/snack-bar';
import { Router } from '@angular/router';
import { PostsService } from 'app/posts.services';