Mastering Angular Components
上QQ阅读APP看书,第一时间看更新

Resource download

The goal of the first few chapters of this book is to build our application from scratch. There's some code which is necessary to build an application, which does not exactly meet the topic of this book, to master the creation of a solid component architecture. One of those things is CSS styling. Although an integral part of everything built with web technology, it's definitely not something to be bothered too much by in this book.

For this purpose, I've prepared all the CSS styling which is used within the components created throughout this book. Before you continue working on your application, you should download these styles and apply them to your project. Please find the exact download link in the download section of Chapter 11Task Management Application Source Code.

Place the downloaded StyleSheet into the src folder of your project where it will replace the existing styles.css file.