chore(packaging): update import for the new file structure
This commit is contained in:
@ -4,7 +4,7 @@ library tree_benchmark_ng10;
|
||||
import 'package:angular/angular.dart';
|
||||
import 'package:angular/application_factory.dart';
|
||||
import 'dart:html';
|
||||
import 'package:e2e_test_lib/src/benchmark_util.dart';
|
||||
import 'package:angular2/src/test_lib/benchmark_util.dart';
|
||||
|
||||
setup() {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// tree benchmark in AngularJS 1.x
|
||||
import {getIntParameter, bindAction} from 'e2e_test_lib/src/benchmark_util';
|
||||
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
|
||||
|
||||
export function main() {
|
||||
angular.bootstrap(document.querySelector('tree'), ['app']);
|
||||
|
Reference in New Issue
Block a user