Top "Angular6" questions

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

AG-Grid: show certain "action" buttons in grid depending on condition

I'm using the community edition of "AG Grid" in my Angular 6 application. My challenge right now is this: I have …

typescript angular6 ag-grid
angular 6 element boolean input parameter

I'm building out an angular element and passing some input params to it. I can pass some string input params …

angular angular6 angular-elements
How to highlight searched text in angular6, using pipe?

I want to build a search box in angular, that would return the array of item,and also highlight the …

angular angular6 angular-pipe
Angular 6 : DevTools failed to parse SourceMap: https://example.com/ngsw_worker.es6.js.map

I converted my angular 6 application to PWA using the Angular CLI (ng add @angular/pwa). I only have one project …

google-chrome service-worker progressive-web-apps angular6 angular-service-worker
Angular Module vs. Library

So great, the Angular has released version 6 and the CLI provides an option to generate libraries - something that they …

angular angular-cli angular6 angular-cli-v6 angular-library
How to use formGroupName inside child components

How do i use formGroupName inside child components? for example: i have ParentFormComponent parentForm: FormGroup; constructor(private fb: FormBuilder, private …

angular angular6 angular-reactive-forms
How do I select a ContentChild of a native element in Angular 6?

I have a component that uses content projection. <ng-content select="button"> </ng-content> I want to do …

angular angular6 angular-directive angular-template
In Angular 6 how make case insensitive url pattern?

In my case I want to support same url in case insensitive manner. Example: it should support all url localhost:1029/…

angular angular5 angular6
Angular material CDK tree component with virtual scroll

Angular Material CDK tree component documentation says: "Flat trees are generally easier to style and inspect. They are also more …

angular angular6 angular-material2 angular-cdk
angular6 how to import a library in another library?

As the title suggests, I've generated a base library using ng generate library lib; and then I generated another library …

angular angular-cli angular6 angular-cli-v6