This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- // This file is separate from has_renderer so it doesn't add in the angular
6
- // dependency and so 'dart:html' which stops tests from running as a simple
5
+ // This file is separate from has_renderer.dart so it doesn't add the angular
6
+ // dependency and transitively 'dart:html', which doesn't work in a simple
7
7
// dart_test.
8
8
import 'package:angular/angular.dart' show ComponentFactory;
9
9
10
10
import 'has_renderer.dart' ;
11
11
12
12
export 'has_renderer.dart' ;
13
13
14
- /// Defines a method that returns a factory to render the Item. The
15
- /// component created must implement [RendersValue] .
14
+ /// Defines a method that returns a factory to render the Item. The component
15
+ /// created must implement [RendersValue] .
16
16
typedef ComponentFactory FactoryRenderer <T extends RendersValue , I >(I item);
17
17
18
18
/// HasFactoryRenderer defines a method that takes in an item and returns the
You can’t perform that action at this time.
0 commit comments