© Mark Clow 2018
Mark ClowAngular 5 Projectshttps://doi.org/10.1007/978-1-4842-3279-8_14

14. Angular and UI Widgets

Mark Clow1 
(1)
Sandy Springs, Georgia, USA
 

Angular is the core of many new JavaScript apps. However, you need to couple Angular with a front-end UI framework, such as Bootstrap or Material Design. I cover Bootstrap first in this chapter because it’s currently the more common of the two, and then I talk about Material Design.

Using a UI Widget Library with Angular

You can use a UI widget library in two ways:
  • The pre-Angular way: Use HTML markup and JavaScript in the normal manner.

  • The Angular way: Use custom markup directives. You utilize a third-party module of custom components and directives that generate UI widget HTML markup.

Pre-Angular ...

Get Angular 5 Projects: Learn to Build Single Page Web Applications Using 70+ Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.