mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cb8a741f14
Changes to SSR doc PR Close #52398
8 lines
150 B
Python
8 lines
150 B
Python
load("//aio/content/examples:examples.bzl", "docs_example")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
docs_example(
|
|
name = "ssr",
|
|
)
|