@FrozenBrain
I am a software developer. An enthusiast who wants to be pro in coding. An Indian classical dancer.
Nothing here yet.
Nothing here yet.
Feb 11, 2024 · 5 min read · In Angular, directives are used to add behavior to DOM elements, either by modifying the DOM directly or by adding functionality to an element in the template. Directives are key to creating dynamic, interactive web applications. Understanding direct...
Join discussion
Feb 5, 2024 · 1 min read · For Project - ng new projectname For Package (e.g. ngx-bootstrap) - ng add ngx-bootstrap For Package with specific version - ng add ngx-bootstrap@10.2.0 For Component - ng generate component componentname For component without test files - ng generat...
Join discussionFeb 4, 2024 · 5 min read · In Angular, modules are essential for organizing and structuring your application. They help in grouping related components, services, pipes, and other code into cohesive blocks, making it easier to manage and scale applications. Understanding Angula...
Join discussion