Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5bf5337

Browse files
committed
fix headers
1 parent aef571f commit 5bf5337

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

public/docs/ts/latest/cookbook/third-party-lib.jade

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,23 @@ include ../_util-fns
2121
:marked
2222
## Table of contents
2323

24-
[Creating a Third Party Library](#third-party-lib)
24+
[Setup a local development environment](#setup-a-local-development-environment)
2525

26-
[Supporting AOT](#AOT)
26+
[What's in the QuickStart Library seed?](#whats-in-the-quickStart-library-seed)
2727

28-
[Preparing the library for Tree Shaking](#tree-shaking)
28+
[Entry points](#entry-points)
2929

30-
[Supporting JIT](#JIT)
30+
[The build step](#the-build-step)
3131

32-
[Publish](#publish)
32+
[Testing libraries](#testing-libraries)
3333

34-
[Integrate with Application](#integrate-with-app)
34+
[Publishing your library](#publishing-your-library)
3535

36-
[Final Application](#final-app)
36+
[Appendix: Supporting AOT](#appendix-supporting-aot)
37+
38+
[Appendix: Supporting JIT](#appendix-supporting-jit)
39+
40+
[Appendix: Dependency Management](#appendix-dependency-management)
3741

3842
TODO finish this
3943

0 commit comments

Comments
 (0)