Skip to content
sneppets

sneppets

  • Privacy
angular tutorials

How to stop generation of .spec.ts test files using Angular CLI ?

September 11, 2020September 19, 2020 Editorial Staff1 Comment on How to stop generation of .spec.ts test files using Angular CLI ?

This tutorial guides you on how to stop generation of .spec.ts test files when you create angular component using Angular CLI command.

Angular angular-9, angular-cli, testing, typescript
‘app-header’ is not a known element

Angular 9 Error : ‘app-header’ is not a known element

September 11, 2020September 11, 2020 Editorial Staff2 Comments on Angular 9 Error : ‘app-header’ is not a known element

This tutorial guides you on how to resolve angular error ‘app-header’ is not a known element after adding header component manually in your angular application.

Angular angular, angular-9, header-component
create custom event fire angular event emitter example

Angular 9 EventEmitter – Custom Events : Example

August 31, 2020 Editorial StaffLeave a Comment on Angular 9 EventEmitter – Custom Events : Example

In this tutorial let’s see how to implement Angular 9 EventEmitter example. The main purpose of an EventEmitter in Angular is to create custom events and fire them as per your requirement.

Angular angular, angular-9, Event, EventEmitter
ERROR in multi /bootstrap.min.css ./src/styles.css in Angular 9

ERROR in multi /bootstrap.min.css ./src/styles.css in Angular 9

August 31, 2020August 31, 2020 Editorial StaffLeave a Comment on ERROR in multi /bootstrap.min.css ./src/styles.css in Angular 9

This tutorial guides you on how to resolve ERROR in multi ../node_modules/bootstrap/dist/css/bootstrap.min.css ./src/styles.css in Angular 9. When you create a new project and setup bootstrap you end up with following error after running ng serve.

Angular angular, angular-9, bootstrap, multi-styles
Get index of ngFor element using index as value in attribute

Get index of ngFor element using index as value in attribute

August 28, 2020August 31, 2020 Editorial StaffLeave a Comment on Get index of ngFor element using index as value in attribute

This tutorial guides you on how to get index of ngFor element using index as value in attribute in Angular.

Angular angular, angular-9, index, ngFor

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved