Top "Angular6" questions

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

Angular 6 - reactive form validation pattern doesn't work

I have an Angular 6 reactive form and trying to validate a password with regex pattern and it doesn't work. <…

angular angular6 angular-reactive-forms angular-validation angular-validator
Bootstrap 4.1.1 Navbar not working with Angular 6

I have been trying to work on Navbar with collapse menu and dropdown link using Bootstrap 4.1.1 and Angular 6 but somehow …

bootstrap-4 angular6 angular-cli-v6
Angular 6 Update - rxjs-5-to-6-migrate command not found

In the upgrade process from update.angular.io: Remove deprecated RxJS 6 features using rxjs-tslint auto update rules. For most applications …

angular rxjs angular6
Creating server side pagination with ng2-smart-table in Angular 6

I am trying to use the component <ng2-smart-table>. I actually did it, but I need to refresh …

angular typescript angular6 ng2-smart-table
How to hide placeholder onclick in material

I am using simple form-field input component as in below code <mat-form-field class="example-form-field" > <input matInput type="…

angular angular-material angular6
How can I disable AOT in angular2?

I got something like this: ng build --prod --no-aot But I am not able to understand what is the difference …

angular build angular5 angular6 angular2-aot
Upgrade from Angular 5.2 to 6.1

I am upgrading to Angular 6, but it looks like i get an error when running ng serve or ng build. …

angular webpack angular6
Angular 6 i18n runtime translation support

I've read i18n runtime support is coming in angular 6, but cant find anything in rc3. Is it postponed or …

angular internationalization ngx-translate angular6
Angular 6 Creating Singleton Service

I understand there have been some changes in Angular 6 with the way singleton services have to be created. I have …

angular authentication angularfire2 angular6
Angular 6 ngTemplateOutlet inside ngFor multiple context

let's assume I have the following component: @Component({ selector: 'todo-lib', template: ` <li *ngFor="let todo of libService.todos"> &…

angular ngfor angular6