Project Structure
Inside src you will find:
assets: Here you can place all the images that you want to use in your application.
pages: It contains all the components. Each component has it's own html, ts, scss and module.ts file.
Last updated