angular6 Questions
4
Solved
I'm building out an angular element and passing some input params to it. I can pass some string input params just fine (ikrId and environment work perfectly) but struggling to pass a boolean value ...
Bickering asked 26/9, 2018 at 22:22
2
Solved
I am trying to create 6 tiles in each row and each tile consists of amount at the top left, + symbol at the top right, below Charity name, then below date at the extreme left and so on. But everyth...
Gavingavini asked 1/5, 2020 at 8:21
2
Solved
I am new to ngrx-6.
The effects will listen to action "LOAD_COURSE_DETAILS" and should make a call to service with the course_id (action.payload). But i am getting an error
Property 'toFixed' is...
Methenamine asked 23/9, 2018 at 12:36
6
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/ngx-admin, while you click on ""butt...
Appertain asked 19/11, 2018 at 10:53
5
Solved
i am using angular material 6 ,i have a vaidation inside mat-form-field mat-error is not displayed , when move after mat-form-field to the mat-error which is displaying properly.
Not Working code:...
Orthoepy asked 21/7, 2018 at 13:19
5
Solved
This is what I see when I open my localhost
I want to make a PWA with Angular so I followed the instructions on the angular.io website to the smallest detail yet it doesn't open the usual "Welcome...
3
I'm new to an Angular-based UI project, and used vscode to generate two new components for use on the project. However, I keep getting errors whenever I push my changes to git(bitbucket) and these ...
9
Solved
I am trying to update my Angular app from v5 to v6 following this guide.
I have ran all these commands successfully:
npm install -g @angular/cli
npm install @angular/cli
ng update @angular/cli
...
5
I am using Angular Material mat-tab and it is set to lazy load the tabs content.
Since the first tab is loaded by default I have set second tab to load lazily.
I see that when I navigates between...
Estas asked 10/10, 2018 at 15:54
7
Solved
I have scenario as below:
I want to achieve is:
When user click on All then all options shall be selected and when user click All again then all options shall be deselcted.
If All option is ch...
Latish asked 29/7, 2018 at 11:55
8
Solved
Which is the fastest way to compare 2 objects in javascript?
For example I have these 2 objects:
a = [{'name': 'john', 'age': 22}, {'name': 'mike', 'age': 23}, {'name': 'anne', 'age': 12}, {'name':...
Dealt asked 21/1, 2019 at 14:9
16
When running my unit tests, from time to time, even if they pass, at the end of all the tests running, I will get the following error.
On my Jenkins CI build running PhantomJS:
.PhantomJS 2.1.1 (...
Seethe asked 26/7, 2018 at 16:8
5
Solved
I want to implement select menu which uses enum data to display data and saved number based on the selected String:
HTML code:
<div class="form-group state_raw">
<label for="state_raw"&...
Hawser asked 8/12, 2018 at 18:34
9
Solved
Currently have a scenario where a method within a shared service is used by multiple components. This method makes an HTTP call to an endpoint that will always have the same response and returns an...
7
Solved
How can I change ngx-pagination CSS? I tried with:
:host /deep/ .ngx-pagination {
padding-left: 0px;
}
:host /deep/.ngx-pagination .current,
.btn-info {
background: #17a2b8 !important;
border:...
Hyperventilation asked 29/3, 2019 at 13:57
49
Solved
After updating to Angular 6.0.1, I get the following error on ng serve:
Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName".
Error: Could n...
Definite asked 14/5, 2018 at 14:38
8
I am getting the following error when I try to serve my angular 6 application using cosmicjs:
Uncaught ReferenceError: process is not defined
at Object../node_modules/cosmicjs/dist/index.js (inde...
Eliath asked 13/5, 2018 at 7:26
6
I am developing an angular component and I would like to import into my scss file variables (such as colors) from my ts file and I am going throught some issues.
I have seen some examples with node...
Rozalie asked 22/10, 2018 at 11:7
3
I have a mat-select dropdown, here I am looping through my frequencyArr object.
In ts
frequencyArr = [
{key : "Once daily", abbriviation : '0-0-1'},
{key : "Twice daily", abbriviation : '1-0-1'}...
Homophone asked 14/3, 2019 at 17:38
3
Solved
I need to get value from radio button in angular. Suppose to have this html code:
<label class="radio-inline">
<input class="form-check-input" type="radio" [(ngModel)]="dog" name="gob" ...
3
Solved
I am using a angular tree material to display JSON data, I am unsatisfied by the amount of white spacing there is between lines. I have tried playing with mat-tree-node.line-height in the css with ...
Ralaigh asked 23/7, 2018 at 16:10
4
Solved
I have installed Angular 7.2.0 globally on my Windows machine. Path is C:\Users\me\AppData\Roaming\npm\node_modules\@angular\cli, and I need to run older projects like Angular 6.0.0. So do I need t...
3
I am getting more than 30000 records from backend to list in frontend, So using cdk-virtual-scroll I can able to achieve this. I have created normal table enclosed with cdk-tag
<cdk-virtual-scr...
Pereira asked 20/10, 2020 at 5:54
25
Solved
After migrating application from angular 5 to 6, on running ng serve the following errors pop up.
Schema validation failed with the following errors:
Data path "" should NOT have additional pro...
Babara asked 19/9, 2018 at 5:6
4
Solved
I have recently installed Angular 6 and would like to go back to using Angular 5.2
How can I change my Angular version from whatever version I have to whichever one I choose?
Ammonal asked 18/5, 2018 at 16:0
1 Next >
© 2022 - 2025 — McMap. All rights reserved.