The ng module is loaded by default when an AngularJS application is started. The module itself contains the essential components for an AngularJS application to function. The table below lists a high level breakdown of each of the services/factories, filters, directives and testing components available within this core module.
Questions tagged [angular-ng]
23 questions
11
votes
0 answers
Top navigation bar design with PrimeNG
With bootstrap, I was able to design a navigation bar easily. For example https://getbootstrap.com/docs/4.3/examples/#navbars
However, in PrimeNG I can't find a component or a panel to create a navigation bar with logo, menu options and hamburger…

user721730
- 438
- 1
- 7
- 11
3
votes
2 answers
Change Width of Layout in A Certain Component in Angular
Is it possible that you change the width of your layout in a selected component only? I wanted to change the
only in my login component? Only in login component and not on other components.

Joseph
- 7,042
- 23
- 83
- 181
2
votes
1 answer
Display image in AngularJS
Not sure why my image's aren't being loaded by angular, here's what I've got:
{{family.category}}

Adjit
- 10,134
- 12
- 53
- 98
1
vote
1 answer
Read Array inside of Array in Angular
I'm confused on how would i get the value of material.sku in these arrays of objects? This is what i have tried below.
html