Kara Erickson
f0c5400cab
test(core): update core tests (unrelated to queries) to use static flag ( #30626 ) ( #30641 )
...
PR Close #30626
PR Close #30641
2019-05-23 15:09:19 -07:00
Kristiyan Kostadinov
5d824c4153
fix(ivy): DebugNode.properties not preserving type of values ( #29914 )
...
Fixes the `DebugNode.properties` casting all of the values to a string.
This PR resolves FW-1253.
PR Close #29914
2019-04-16 09:50:44 -07:00
Marc Laval
303eae918d
fix(ivy): querying should be possible on any debug element ( #29534 )
...
PR Close #29534
2019-03-29 10:32:57 -07:00
Marc Laval
50f7ab2a06
fix(ivy): debug element should support components with ViewContainerRef ( #29534 )
...
PR Close #29534
2019-03-29 10:32:57 -07:00
Marc Laval
c412374854
fix(ivy): DebugNode.query should query nodes in the logical tree ( #29480 )
...
PR Close #29480
2019-03-26 12:48:37 -07:00
Kristiyan Kostadinov
568140fb03
fix(ivy): include className in DebugNode.properties ( #29488 )
...
Fixes the node's class bindings not being included under `DebugNode.properties.className` like in ViewEngine.
This PR resolves FW-1196.
PR Close #29488
2019-03-26 12:44:51 -07:00
Pawel Kozlowski
268c3fe816
test(ivy): failing test for FW-1064 ( #29130 )
...
PR Close #29130
2019-03-06 11:02:47 -08:00
Pawel Kozlowski
692ddfcbb5
fix(ivy): allign DebugNode.componentInstance semantics with view engine ( #28756 )
...
PR Close #28756
2019-02-19 12:51:47 -08:00
Jeremy Elbourn
83fd66d1d0
fix(ivy): DebugNode should read styles from StylingContext ( #28709 )
...
Previously `DebugNode.classes` and `DebugNode.styles` mistakenly used an
object that is only *sometimes* a `StylingContext`. Also fixes a mistake
in `debug_node_spec.ts` where a test component was not declared in the
testing module.
There is still a bug here where `DebugNode` is not exposing *static*
values. This will need to be fixed in a follow up.
PR Close #28709
2019-02-14 19:24:17 +00:00
Miško Hevery
b2d6f43b49
fix(ivy): Implement remaining methods for DebugNode ( #27387 )
...
PR Close #27387
2018-12-04 19:58:25 -08:00
Pawel Kozlowski
1fa5478fef
test(ivy): update root causes for @angular/core TestBed failures ( #27370 )
...
PR Close #27370
2018-11-30 13:41:21 -08:00
Kristiyan Kostadinov
23bc8edf24
test: move remaining fixmeIvy to test level ( #27354 )
...
Moves all of the remaning `describe`-level fixme instances to the `it` level.
PR Close #27354
2018-11-29 21:28:01 -08:00
Miško Hevery
53e4e0c1a3
fix(ivy): Enable AoT tests to run on CI; disable failing tests ( #26975 )
...
PR Close #26975
2018-11-07 10:35:20 -08:00
Rado Kirov
c95437f15d
build(bazel): Turning on strictPropertyInitialization for Angular. ( #24572 )
...
All errors for existing fields have been detected and suppressed with a
`!` assertion.
Issue/24571 is tracking proper clean up of those instances.
One-line change required in ivy/compilation.ts, because it appears that
the new syntax causes tsickle emitted node to no longer track their
original sourceFiles.
PR Close #24572
2018-06-25 07:57:13 -07:00
Oussama Ben Brahim
f1a063298e
feat(core): set preserveWhitespaces to false by default ( #22046 )
...
Fixes #22027
PR Close #22046
2018-02-16 09:06:14 -08:00
Miško Hevery
f3fc74ab67
build(core): remove main() from specs ( #21053 )
...
`main()` function used to be needed to support dart, since dart
Does not allow top level statements. Since we no longer use dart
The need for `main()` has been removed.
In preparation for `Basel` and standardized way of running tests
we are removing `main()`
PR Close #21053
2017-12-22 13:10:51 -08:00
Miško Hevery
910c0d9ee7
fix(core): Update types for TypeScript nullability support ( #15472 )
2017-03-29 09:34:45 -07:00
Jason Aden
8573e36574
build: fix file paths after moving modules/@angular/* to packages/*
2017-03-08 16:29:28 -08:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00