Throwing the below error while trying to install ng-bootstrap in angular version 13 Error : These are the other details respective to the node, npm and os Ang
Not sure why this is happening on a reusable Module (or what Iv'e got wrong). ERROR Error: Uncaught (in promise): Error: Template parse errors:'fa-icon' i
I'm new to Angular. I have a service that needs to subscribe to a subject provided by another service. If this was a component, I would create the subscription
so I'm using a template that I downloaded of ngx-admin. I'm creating new lib of some simple components such as input with labels and etc. this lib component is
I have a question dealing with Angular Material theming, specifically the MatFormField directive. Probably around Material v6, I found that the matFormField dir
I'm trying to build a small dev component that displays only in non-production builds. One of the things that I see useful to keep track of is the number of c
I have an expandable row in Angular2 using Primeng2 but the column headers for the expandable columns aren't showing. This is my table with the expandable rows
I'm implementing login page with Angular reactive forms. Button "login" is disabled if form is invalid. import { Component, OnInit } from '@angular/core'; impo
I was trying to add global styles in the same way like in angular app, but it totally does not work. My libraries' name is example-lib, so I added styles.css to
I have this error using ng new project_name: An invalid configuration file was found ['angular.json']. Please delete the file before running the command. I am
In my template I have a field and two buttons: <div class="btn-plus" (click)="add(1)"> - </div> <div class="txt"> {{ myValue }} </div>
I am using Ionic 4's ion-search like so: <ion-searchbar #searchbarElem (ionInput)="getItems($event)" (tap)="handleT
My Index.html is <!doctype html> <html> <head></head> <body> <script src="node_modules/core-js/client/shim.min.js">&
I have imported ngx-charts in the way suggested in this link: https://stackblitz.com/edit/swimlane-tree-map-chart?embed=1&file=app/app.component.ts Howeve
I want when I click check-all; check-1, check-2 and check-3 are also checked. How can I do that? <form> <mat-checkbox type="checkbox" class="selec
I'm working with the primeNG component, but I can't load the data. MultiSelect this.listadoProductos = this.resolucionDatosCargados['listProduct']; this.par
All tutorials with adding svg to a component in AngularCli that I found recommend to insert it in html template, something like this: <div> <svg vi
I am trying to build an Angular 2 Desktop App with NWjs. What is the entry point? Any examples of Building Angular 2 Desktop Apps with NW.js
I find many examples where ActivatedRoute Observables like params or url are subscribed but not unsubscribed. constructor(private route: ActivatedRoute) {} ng
I´m having a problem with Angular 2 router. I cannot get it to redirect to a specific child route with a named outlet. I think it´s a problem of URL