Top "Angular6" questions

Questions about Angular version 6, the web framework from Google.

Angular component in a Browser's child window

From an Angular application is there any way that I can create a Browser's child window and show some predefined …

angular browser components angular6 childwindow
Get parent hierarchy from a child node in angular 6 material tree

I am following a tutorial to implement cdk tree in angular 6. I created a tree structure, now I want to …

angular typescript angular-material angular6 angular-cdk
What is the "let-" attribute in Angular 6?

In the ng-bootstrap modal documentation there are uses of some kind of let-* attribute that seemed to be used to …

angular angular6 ng-bootstrap
Angular 6, should I put secret environment variables in environment.ts file?

There are two sub-questions: Should I put secret environment variables in environment.ts file? The process variable shim is gone. …

angular angular-cli angular6 angular-cli-v6
Using Virtual Scroll in Angular Material 2 Table with @angular/cdk-experimental

I have a table displays so many rows, I want to optimize the performance of it. I've found a solution …

angular typescript angular-material2 angular6 angular-cdk
Angular Stepper with selectedIndex set matStepperNext/matStepperPrevious not working

Im using a matStepper and when i set the selectedIndex to 3 i cannot navigate using next and previous. i can …

angular angular-material angular6 angular-material-stepper
How to add Google fonts library with angular 6?

I added Google fonts link in styles.scss file of Angular project. @import url('https://fonts.googleapis.com/css?family=…

angular angular6 google-font-api angular-builder
Angular 6+ :ProvidedIn a non root module is causing a circular dependency

I'm trying to provide a resolve service via the new providedIn attribute. This is a translations resolver which I use …

angular typescript angular6 angular7
Image carousel in Angular 6

I need an image carousel for my application (Angular v6), while surfing I found this solution i,e using ngx-drag-scroll. …

angular typescript angular6 carousel
Change ngx-pagination CSS

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: #17…

html angular angular6 ngx-pagination