Ward Bell
Ward Bell
Ability to serialize/deserialize locally would facilitate browser refresh scenarios, simulating offline, etc. On start the in-mem server could check browser storage for a well-known (configurable) named store. Server will load...
I no longer do AngularJS (aka Angular v.1.x) work and haven't for a while. That's why I haven't kept up on this library which isn't fair to all of you...
I'd like to fork nodecellar and adapt it to some other JS libraries (with attribution of course). I don't see a license. I wouldn't proceed to my goal unless the...
@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...
We kept this section mostly intact when we translated from the deprecated router to the v.3 router. Unfortunately, the new version only has a one element parameter array and therefore...
Copied from [ideablade pr 10](https://github.com/IdeaBlade/angular.io/pull/10) **Ward says**: WORK-IN-PROGRESS! Do not merge The second half of Filipe's original "Structural Directives" chapter is here. IMO (and Filipe and Pascal's apparently), that half...
Ready for review. Ward is the first reviewer.
This will be fixed in patch to Angular v.2.4.x when compiler `normalizeLoadedTemplate` line changes from `false` to `true`. Already fixed in v.4.x Bad: ``` */ DirectiveNormalizer.prototype.normalizeLoadedTemplate = function (prenomData, template,...
Some sample code for a future guide on inheritance (and composition) See ../public/docs/_examples/inheritance/README.md
based on PR #2941 **Do NOT merge to master** until we know where to put docs for Angular 4.x