July 2019
Intermediate to advanced
416 pages
10h 6m
English
The Import Image link on our navigation has to actually do something, so we are going to write a component that will be displayed inside a dialog. As we are going to upload a file, we are going to call this FileUpload, and creating it is as simple as running the following Angular CLI command:
ng generate component components/fileupload
This command creates four files for us:
Read now
Unlock full access