Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does NGX stand for, what is it used for?

Tags:

In general what is NGX. I always see it with module names in Angular, what is it and what does it do.

like image 733
Jessica Talzor Avatar asked Sep 13 '19 05:09

Jessica Talzor


People also ask

What is NGX used for?

The Ngx-Bootstrap is a very popular library to use bootstrap components in Angular Based projects. It contains almost all core components of Bootstrap. ngx-bootstrap components are by design modular,extensible and adaptable.

What is NGX library?

Description. The @fundamental-ngx/core library is a set of Angular components built using Fundamental Library Styles. The Fundamental Library Styles is a design system and HTML/CSS component library used to build modern product user experiences with the SAP look and feel.

What does ng stand for Angular?

"ng" stands for Next Generation, as Angular is the next generation of HTML .


1 Answers

ng = Angular like original ng-bootstrap

ngx = Angular + x (redefined/modern/new/next-gen) update like ngx-bootstrap

Also, many ng packages are running from the old AngularJS (i.e. 1.x) era. ngx packages are designed mostly post that time for Angular 2+.

like image 58
Yash Avatar answered Oct 11 '22 02:10

Yash