10 Commits

Author SHA1 Message Date
Kapunahele Wong
3ccad85b01 docs: add error page for NG6999 ()
Adds page for NG6999 error for VE builds that attempt
to consume an Ivy-compiled library.
Will go here: https://angular.io/errors/NG6999

PR Close 
2021-04-28 14:22:46 -07:00
Pete Bacon Darwin
4b4f565df1 docs: fix links to docs with ambiguous paths ()
These docs were linking directly to docs that have ambiguous paths.
These changes ensure that these links are not affected by the
disambiguation processing of those docs.

PR Close 
2021-04-26 12:12:00 -07:00
George Kalpakas
ae6c195c87 docs: fix link URL in NG0100 error page ()
Fixes 

PR Close 
2021-04-07 10:36:49 -07:00
George Kalpakas
fb58a2bd54 fix(docs-infra): use relative URLs for internal links on error pages ()
Previously, some of the links on the error pages had URLs prefixed with
`https://angular.io/`. This caused them to be treated as external URLs,
which had the following downsides:
- Links would always point to `angular.io` instead of the same version
  as the error page (e.g. `next.angular.io` or `v11.angular.io`).
- Dgeni would not be able to check that the URLs are valid (i.e. point
  to existing pages).
- An external link icon would incorrectly be shown next to the links on
  `angular.io`.

This commit fixes the links to use relative URLs.

PR Close 
2021-02-19 09:14:59 -08:00
Pete Bacon Darwin
322951af49 refactor(compiler-cli): error on cyclic imports in partial compilation ()
Our approach for handling cyclic imports results in code that is
not easy to tree-shake, so it is not suitable for publishing in a
library.

When compiling in partial compilation mode, we are targeting
such library publication, so we now create a fatal diagnostic
error instead of trying to handle the cyclic import situation.

Closes 

PR Close 
2021-02-17 06:53:38 -08:00
twerske
028b38352a docs: add guide for NG0302 ()
new guide for pipe not found common error
link from pipe error to new guide
add embedded debugging video

PR Close 
2021-01-28 15:56:40 -08:00
cexbrayat
c5599ccd3e docs: fix NG0201 error description ()
PR Close 
2021-01-22 13:35:01 -08:00
twerske
3cfb4b4ef9 docs: add embedded videos to error guides ()
add embedded youtube videos
provide visual debugging for top errors

PR Close 
2021-01-20 08:47:00 -08:00
twerske
e4df94214b docs: add guides for the top 10 errors ()
add top 10 error guides
provide description and debugging for top errors

PR Close 
2021-01-14 11:28:52 -08:00
twerske
fbfd4889a9 build(docs-infra): error guides in docs ()
add /errors to docs
create formatting for error guides infra

PR Close 
2021-01-14 11:28:52 -08:00