Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Files

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
Jan 29, 2019
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
May 26, 2020
Jan 29, 2019
Jan 29, 2019
Nov 27, 2019
Jan 29, 2019

API Examples

This folder contains small example apps that get in-lined into our API docs. Each example contains tests for application behavior (as opposed to testing Angular's behavior) just like an Angular application developer would write.

Running the examples

# Serving individual examples (e.g. common)
yarn bazel run //packages/examples/common:devserver

# "core" examples
yarn bazel run //packages/examples/core:devserver

Running the tests

yarn bazel test //packages/examples/...