Commit Graph

5 Commits

Author SHA1 Message Date
Uli Köhler 86405345b7 doc: fix `enableDebugTools` import path (#9377) 2016-06-20 16:45:35 -07:00
Brian Ford f9fb72fb0e chore(core): remove @View annotation
Closes #7495
2016-03-14 23:26:20 +00:00
Anton Moiseev 19b61b1cf3 docs(tools): fix import statement in the example
Closes #5605
2015-12-04 18:14:05 +00:00
vsavkin 89eefcd7b5 cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation
BREAKING CHANGE

Before

import * as p from 'angular2/profile';
import * as t from 'angular2/tools';

After

import * as p from 'angular2/instrumentation';
import * as t from 'angular2/platform/browser';
2015-11-24 19:29:52 +00:00
yjbanov 4ec4dcabe9 feat(docs): document change detection profiler 2015-09-04 16:38:53 -07:00