I am developing my own website. I am new to Angular and just based on learing and online posts, I started developing my website. While running tests, I faced an
I have a fairly standard bootstrap-styled <table>. I want to make columns of this table resizable, e.g. by click-and-dragging right border of <th> e
I am trying to learn angular by following the official tutorial but when following steps for hero component and hero detail component, it raises an error "Range
I have a problem that I can't seem to figure out. I want to send a http params request from my Angular client to server using below code but I am getting except
I'm setting the the value of an input calculating two other ngModels, and that seems to be working fine. But if I inspect my ngModel, it doesn't change at all.
I have a component with a method that receives values from a form. I would like to describe the form data with an interface. However, at runtime (ng serve), th
I could really use some help on an old app I started working on a long time ago when I was first teaching myself JS. It has kind of turned into a labor of love
I'm trying to display errors in a modal dialog but I'm a total Angular newbie and I'm stuck. The project already uses bootstrap so I've tried using NgbModal:
Auto import by VS Code: import deepEqual = require('deep-equal'); Doesn't work: error TS1202: Import assignment cannot be used when targeting ECMAScrip
This question is in reference to this Github issue, with mat-menu which can't be toggled using mouse hover, I am basically trying to replace a bootstrap based h
I have a page /news with parameter page. For example: /news;page=2. I don't want to reinitialize news page when page is changed. I just want to subscribe to pag
I keep getting this error and I'm not sure what to do?[1] [1]: https://i.stack.imgur.com/mQ3Xo.png
I have found some project on Angular 1.x where user can move focus to next control by pressing Enter key. 'use strict'; app.directive('setTabEnter', function
I have a function inside ondissmiss callback options.modal.ondismiss = () => { console.log("its working"); this.detectChanges(); this.isPaying = false
Hello this is the first time I qm putting question on stackoverflow. I am developing an application in angular2: v2.1.0 (typescript- v2.0.10). I am using "ng2-
app.component.ts @ViewChild('calendar') calendarComponent: FullCalendarComponent = <FullCalendarComponent>{}; calendarOptions: CalendarOptions = {
I get the following [webpack-dev-server] WARNING ▲ [WARNING] "z-Index" is not a known CSS property styles.css:119530:2: 119530 │ z-Inde
Is there a way to run ng test for a single file instead of for the entire test suite? Ideally, I'd like to get the quickest possible feedback loop when I'm edi
I am using nebular with Angular 6, facing an issue while clicking on menu item , active class on parent menu item not added. but if you see the http://akveo.com
I have a list of items (students) in a mat-list component on the left side of my screen (general list). I also have a list of class-room Components on the right