angular.io icon indicating copy to clipboard operation
angular.io copied to clipboard

Website for the Angular project (see github.com/angular/angular for the project repo)

Results 100 angular.io issues
Sort by recently updated
recently updated
newest added

See this [@angular/angular issue](https://github.com/angular/angular/issues/13997) where discussion started. At least the following two guidelines: * https://angular.io/styleguide#!#05-12, * https://angular.io/styleguide#!#05-13 seems to indicate that `change` is quite a valid name for a custom...

@mhevery sez: I just noticed that there is a wrong `ngUpgrade` example in our docs. Could we get it fixed? The issue is here: ``` import { platformBrowserDynamic } from...

As mentioned in the title the search option of v2 site is not working. It always returns 404 error: ![v2 angular](https://user-images.githubusercontent.com/6309194/28365945-4c55c9d0-6caa-11e7-8ef0-cde726df9c57.PNG) It always returns 404 for this url and nothing...

See for example https://angular.io/docs/ts/latest/quickstart.html Can we fix this? @alexwolfe @wardbell

Hi, I'm trying to follow the *Configuring Webpack* section and after creating all the files I tried npm start. First my env: OS: mac osx 10.12.3 Node: v6.9.4 npm: 4.1.2...

_To be discussed ..._ I copied several of these from early discussions and will list them as issues for future discussion after ngConf cc // @mgechev @wardbell - Limit the...

I'm submitting a possible documentation error on the [router docs page](https://angular.io/docs/ts/latest/guide/router.html) of angular.io; It says '**You can also set the RouterLinkActive directive to a string of classes such as `[routerLinkActive]="active...

> rimraf dist && webpack --config config/webpack.dev.js --progress --profile --bail 10% building modules 0/2 modules 2 active ...thub\sis-using-angular2.0\src\main.ts [at-loader] Using [email protected] from typescript and "tsconfig.json" from C:\Users\618730\Documents\SIS codebase\github\sis-using-a gular2.0\tsconfig.json. 7457ms...

Perhaps I'm spoiled by Treehouse, but the TOH tutorial is extremely frustrating in that code snippets are shown all by themselves without any context as to where they go in...

In "Create a reactive forms component" chapter, after the phrase > Next, create an exported `HeroDetailComponent` class with a `FormControl`. follows the example with `HeroDetailComponent1` class. `HeroDetailComponent1` should be `HeroDetailComponent`.