Skip to content

Commit 566fc70

Browse files
committed
docs(tutorial): Add instructions to add the check package when used in app
1 parent 4d0a59e commit 566fc70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.docs/angular-meteor/client/content/tutorials/angular1/steps/tutorial.step_14.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Then the value of the property is the function we call. In our case it takes 2 p
2222

2323
First, we check validation with the the [check](http://docs.meteor.com/#check_package) function.
2424

25+
To use [check](http://docs.meteor.com/#check_package) we need to add the [check package](https://atmospherejs.com/meteor/check):
26+
27+
meteor add check
28+
2529
The rest of the code is pretty much self explanatory, but important thing to notice is the Email function that sends email to the invited client.
2630
This function can't be called from the client side so we have to put it inside an `isServer` statement.
2731

0 commit comments

Comments
 (0)