angular-cn/modules/@angular/compiler-cli/integrationtest/third_party_src
Victor Berchet a838aba756 fix(compiler): walk third party modules (#12453)
fixes #11889
fixes #12428
2016-10-24 22:28:23 +02:00
..
README.md fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
comp.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
directive.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
module.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
other_comp.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
other_module.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
tsconfig-build.json fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00

README.md

This folder emulates consuming precompiled modules and components. It is compiled separately from the other sources under src to only generate *.js / *.d.ts / *.metadata.json files, but no *.ngfactory.ts files.

** WARNING ** Do not import components/directives from here directly as we want to test that ngc still compiles them when they are not imported.