angular8 Questions

14

I am developing an Angular 8 application that will login to a .Net Core Rest API using JWT Token Authentication. When I start the application the application compiles successfully with no errors. ...
Forborne asked 1/8, 2019 at 8:35

7

Solved

I have a basic angular application , which was working fine. The ng serve and ng test commands were working fine. Recently as part of build automation for different environments , I introduced some...
Berkeleianism asked 27/3, 2020 at 10:1

11

Solved

I've created a pipe using "ng g pipe" command. I'm getting a console error when I'm using it in my code. The screenshots of the code are attached below. Error: error NG8004: No pipe found with name...
Flushing asked 2/6, 2020 at 20:51

6

Solved

I am searching for a way to Convert all-new Dates upon construction/declaration to Pacific Standard time. (Without every developer in team manually setting the timezone) Additionally, dates displ...
Slade asked 8/6, 2020 at 23:45

6

Solved

I have looked at the 2 other posts regarding this, the one with the wrapping around the larger state does not apply whilst the other one with registering multiple forFeature -- I have done some tes...
Glassful asked 2/10, 2019 at 9:31

3

Solved

Whats the best way to place a ChildComponent form into a Parent Component Form? We are using the latest Angular 8 in 2019. The following methods below after research do not work fully. Parent Comp...
Mikaelamikal asked 12/12, 2019 at 10:22

8

I have Single sign on in place but for testing I want to read the values from the url localhost:4200/?id=test&name=testing&[email protected] and pass them to an API in app component. ...
Sienese asked 7/1, 2020 at 3:47

5

we recently upgraded from ng 7.2.15 and typescript 3.2.4 to angular v8.2.14 and typescript v3.5.3. Passing the form group from a parent component to child component is no longer working. Below is m...
Selsyn asked 11/12, 2019 at 11:32

10

Solved

NB. I've got a set of resulting from googling but, as I explain at the end, I sense that they aren't reliable, due to diversity. I have two utility methods - one for navigating to the parent node ...
Storeroom asked 1/1, 2020 at 12:9

4

Solved

I am doing a breadcrumb for my project. I have two issues here: When I come from its sibling page, breadcrumb not generated When page refreshed the breadcrumb not generated How to solve both of...
Brewington asked 30/8, 2019 at 7:12

11

Solved

When I updated Angular from 7 to Angular 8, getting error for lazy loading modules I have tried the options, which are there in the angular upgradation guide Made the below changes: Before loa...
Arleanarlee asked 30/5, 2019 at 9:45

2

Solved

I'm new to UI development so forgive me if this isn't angular. I'm using Angular 8 and typescript here. Anyways I created a pop-up modal that I wan't to use throughout my website. It looks great bu...
Eugenie asked 9/1, 2020 at 18:39

1

I have the following configuration for API proxy in my Angular application. const proxyConfig = [ { context: ['**', '!'], target: 'https://example.com', secure: false, changeOrigin: true } ]...
Dunlin asked 20/12, 2019 at 7:6

4

Solved

I have a problem. I'm trying to make a Angular 8 Library using ng-cli, but i can't preserve symlinks from my external application using npm link. I've tried to add this on my angular.json: "bui...
Jerky asked 6/10, 2019 at 18:34

3

Solved

I have an array of objects. i am iterating that in loop and passing each item's name to onclick which targets a function openIt(val) in app.js file which is in assets folder. ie Angular Code: &lt...
Lutenist asked 8/1, 2020 at 6:22

4

Does anyone have any idea on how to get the router events to fire the first time the component is loaded? I am using Angular 8. I have a deep link that moves to another component. So when I click...
Ammonal asked 11/6, 2020 at 13:55

6

Solved

I am using the mat-table and I am trying to use the MatTableDataSource with an observable (I get the data from a web service), but I don't know how to configure the MatTableDataSource to use an obs...

9

Solved

How should I configure the new Angular 8 view child? @ViewChild('searchText', {read: ElementRef, static: false}) public searchTextInput: ElementRef; vs @ViewChild('searchText', {read: ElementRe...
Gradus asked 29/5, 2019 at 11:25

9

The ion-back-button does NOT show up to the right of the ion-menu-button. Why is that? the ion-menu-button and the ion-title show properly and aligned on the same horizantal position. <ion-hea...
Rachitis asked 25/10, 2019 at 17:29

7

Solved

I have a project in which the user interface is based on angular 8 and the backend is a springboot java service. The entire project is a multi module project with the angular part being a separate ...
Tret asked 27/1, 2020 at 6:2

2

I am trying to enable trace and traceLimit (this feature https://extension.remotedev.io/docs/Features/Trace.html) on ngrx/store-devtools. I am currently using these packages and version, and runni...
Removable asked 17/6, 2019 at 17:13

11

Solved

I am facing an exception while ng build (generating ES5 bundles for differential loading...) An unhandled exception occured: Call retires were exceeded Used versions: Angular-CLI: 8.3.20 Angul...
Crossbreed asked 30/12, 2019 at 13:1

8

I am trying to validate the phone number using regex expression in angular HTML content <div class="form-group row"> <input type="text" class="form-control" appPhoneMask placeholder="M...

2

I'm trying to download .jpg & .pdf images from S3 which has following settings <?xml version="1.0" encoding="UTF-8"?> <CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/...
Trocki asked 21/5, 2020 at 8:37

5

Solved

So I have to load a value from a configuration json file in my Angular 8 app. In the beginning I was loading it statically and so when the js was minified - the unset value from the json was read...
Pendulous asked 10/4, 2020 at 6:24

© 2022 - 2024 — McMap. All rights reserved.