November 2019
Beginner
436 pages
8h 52m
English
In this section, we are going to redirect users to a dedicated Messages page when they click the group entry. Let's get started:
ng g component messages
CREATE src/app/messages/messages.component.scss (0 bytes) CREATE src/app/messages/messages.component.html (23 bytes) CREATE src/app/messages/messages.component.spec.ts (642 bytes) CREATE src/app/messages/messages.component.ts (278 bytes) UPDATE src/app/app.module.ts (1477 bytes)
Read now
Unlock full access