Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Izeni
Angular Template
Wiki
data store
data store
· Changes
Page history
add loadRelations example
authored
Aug 24, 2016
by
Joe Lewis
Hide whitespace changes
Inline
Side-by-side
data-store.md
View page @
c5ba0f2f
...
...
@@ -3,7 +3,7 @@ crud
```
```
typescript
class
Book
(
models
.
Model
):
title
=
models
.
CharField
(
max_length
=
50
)
authors
=
models
.
ManyToManyField
(
Author
)
...
...