Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored and ThomasBurleson committed Mar 19, 2018
1 parent 3809608 commit bc1954c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/Performance-Considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ use a flow-direction == "column":
```

This **`class`-based** approach performs very well by leveraging stylesheets instead of inline-styles. Here is an
online [Plunkr - Flex-Layout Performance](https://plnkr.co/edit/s0Hkx4S9Xc830Kzoj48V?p=preview) that demonstrates the
issue (see `Use fxLayout` button) and solution (see `Use CSS` button).
online [StackBlitz - Flex-Layout Performance](https://stackblitz.com/edit/angular-flex-layout-seed-jmob2p) that
demonstrates the issue (see `Use fxLayout` button) and solution (see `Use CSS` button).
2 changes: 1 addition & 1 deletion docs/documentation/fxLayoutGap-API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The [**fxLayoutGap** directive](https://github.com/angular/flex-layout/blob/master/src/lib/flex/layout-gap/layout-gap.tst#L38)
The [**fxLayoutGap** directive](https://github.com/angular/flex-layout/blob/master/src/lib/flex/layout-gap/layout-gap.ts#L38)
should be used on to specify margin gaps on children within a flexbox container (e.g. nested within a fxLayout container).

* `margin-right` used when the parent container `flex-direction` == "row"
Expand Down

0 comments on commit bc1954c

Please sign in to comment.