Inbox
Responsive Mail Inbox and Compose is used to create the inbox.
Adding inbox page in your project
import { InboxComponent } from './inbox/inbox.component'; import { MailService } from "./inbox/mail.service"; import { InboxComposeComponent } from './inbox/inbox-compose/inbox-compose.component';import { InboxComponent } from './inbox/inbox.component';{ path: 'inbox', component: InboxComponent }
Last updated
Was this helpful?