From the course: Angular: Ecosystems

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Complementary frameworks

Complementary frameworks - Angular Tutorial

From the course: Angular: Ecosystems

Complementary frameworks

- Angular is a client-side framework used to build single-page applications. A client is any device on a network used by an end user. This can be your laptop, a friend's mobile phone, or even a kiosk at the airport. Single-page applications or SPAs are browser-based apps that gives users a very fluid experience, often mimicking the look and feel of native applications installed on a user's device. Angular is a very powerful framework and can build great apps all by itself. Many times, Angular is paired with other frameworks and libraries to speed up development. Bootstrap is a popular CSS framework which gives you a lot of prebuilt user interfaces, like menus, tabs, and models used in websites. Ionic is another popular framework which gives you prebuilt user interfaces for mobile apps. Both Bootstrap and Ionic work very well as part of an Angular project. Other popular frameworks include Foundation, Pure, and ng-bootstrap. Just like Bootstrap and Ionic, these frameworks speed up…

Contents