Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit c1dd60f

Browse files
vicbrkirov
authored andcommitted
doc(application factory): fix the doc
fixes #1586
1 parent 183bc7a commit c1dd60f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/application_factory.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ import 'dart:html';
2424
* If you are writing code accessed from Angular expressions, you must include
2525
* your own @MirrorsUsed annotation or ensure that everything is tagged with
2626
* the Ng annotations.
27-
*
28-
* All programs should also include a @MirrorsUsed(override: '*') which
29-
* tells the compiler that only the explicitly listed libraries will
30-
* be reflected over.
31-
*
32-
* This is a short-term fix until we implement a transformer-based solution
33-
* which does not rely on mirrors.
3427
*/
3528
@MirrorsUsed(targets: const [
3629
'angular',

0 commit comments

Comments
 (0)