Added support for download error notifications

Style improvements
This commit is contained in:
Isaac Abadi
2022-11-25 18:20:08 -05:00
parent b51f45c704
commit f44be29181
5 changed files with 20 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
import { Component, ElementRef, EventEmitter, Input, OnInit, Output } from '@angular/core';
import { MatMenuTrigger } from '@angular/material/menu';
import { Component, ElementRef, EventEmitter, OnInit, Output } from '@angular/core';
import { Router } from '@angular/router';
import { PostsService } from 'app/posts.services';
import { Notification } from 'api-types';