chore(docs): rename @private to @internal#4477
chore(docs): rename @private to @internal#4477alexeagle wants to merge 1 commit intoangular:masterfrom
Conversation
|
cc @IgorMinar @petebacondarwin I've tried to be careful in the docs generation code to replace the right |
|
If you generate the docs in angular.io, both before and after your changes, then you should be able to see if there are any changes via git. |
|
Hold on, we have migrated all these dgeni packages over to angular.io. You should be making changes there. |
This change corresponds to angular/angular#4477
This change corresponds to angular/angular#4477
This change corresponds to angular/angular#4477
The latter is understood by TypeScript's --stripInternal option, so this lets us rely more on the tooling provided by typescript team.
|
as @petebacondarwin said this PR needs to be split into two. one with annotation changes in our code base and then the second one should be for angular.io repo to update the dgeni package. |
|
I'll send a PR removing the dgeni code from our angular/angular |
|
the angular.io change is already merged actually (Naomi merged the PR a bit before I was ready...) |
|
Merging PR #4477 on behalf of @alexeagle to branch presubmit-alexeagle-pr-4477. |
This stuff now lives in angular.io repo. Related to angular#4477
|
merged in f7aa890 |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The latter is understood by TypeScript's --stripInternal option, so this lets us
rely more on the tooling provided by typescript team.
Part of #3082