-
Notifications
You must be signed in to change notification settings - Fork 72
06. Front end application and third party components
Joseph Alves edited this page Mar 2, 2015
·
2 revisions
The front-end application generated has exactly four dependencies:
Used for general styling and UI components.
Used only as a dependency for bootstrap. Since the application uses Angular, you will likely not need to use jQuery as a tool.
HTML enhanced for web apps!
Used for managing different application states (can be thought of as "pages") for the front-end application. If you are unfamiliar with this tool, many resources are available online. Suggested are the egghead.io videos and the ui-router documentation.