Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: third_party/pkg/angular/lib/perf/module.dart

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 library angular.perf;
2
3 import 'dart:html' as dom;
4
5 import 'package:di/di.dart';
6 import 'package:perf_api/perf_api.dart';
7
8 part 'dev_tools_timeline.dart';
9
10 class NgPerfModule extends Module {
11 NgPerfModule() {
12 type(Profiler, implementedBy: Profiler);
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698