This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ef861958a9
angular-cn
/
tools
/
ts-api-guardian
/
test
/
fixtures
/
simple.d.ts
5 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
build: update ts-api-guardian jsdoc tag requirements (#26595) Now `@experimental` tags are banned; and `@publicApi` tags are required on exports. PR Close #26595
2018-10-19 07:31:32 -04:00
/** @publicApi */
build: copy ts-api-guardian sources (#22544) This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
2018-03-02 17:19:01 -05:00
export
declare
const
A
:
string
;
build: update ts-api-guardian jsdoc tag requirements (#26595) Now `@experimental` tags are banned; and `@publicApi` tags are required on exports. PR Close #26595
2018-10-19 07:31:32 -04:00
/** @publicApi */
build: copy ts-api-guardian sources (#22544) This is an exact mirror of https://github.com/angular/ts-api-guardian/tree/750f651eca4d57a4a7ebcc12c19d0beea1a62202 PR Close #22544
2018-03-02 17:19:01 -05:00
export
declare
var
B
:
string
;