Angular issue template on stackblitz should be updated
See original GitHub issue📚 Docs or angular.io bug report
Description
The Angular bug issue template contains a link to a stackblitz template. However, the stackblitz template is quite outdated - it was created for Angular 6.
The stackblitz template’s npm dependencies should be updated to the latest Angular version (9 as of now), and files like polyfills.ts
, angular.json
, tsconfig.json
should be updated as well in order to enable Ivy by default, add missing dependencies and remove deprecated stuff like core-js/es6/reflect
imports etc.
Otherwise it takes quite some time to create an issue reproduction project for the latest Angular version.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Angular Rxjs Template Update Problem (forked) - StackBlitz
Starter project for Angular apps that exports to the Angular CLI.
Read more >Angular Example - Template Syntax Collection - StackBlitz
Giant grab bag of stuff to drive the. chapter. */. @Component({. selector: 'app-root',. templateUrl: './app.component.html',. styleUrls: [ '.
Read more >Ng Deep Issue Template - StackBlitz
Angular ng-deep Issue Template. ... name = 'Angular 4';. } import. Enter to Rename, Shift+Enter to Preview. Compiling application & starting dev server…...
Read more >Template Angular Latest (forked) - StackBlitz
Issue template for @angular/material. ... import {Component} from '@angular/core';. @Component({. selector: 'material-app' ... MIT-style license that can be.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok. PR created for review.
@gkalpak I can take a look at this.