From 57b695a26ebbfa0cb8ffa4ebc958485e33972837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Alarc=C3=B3n?= Date: Wed, 22 Mar 2017 18:22:19 +0100 Subject: [PATCH] Add content --- docs/getting-started-dev.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started-dev.md b/docs/getting-started-dev.md index ff2880178..e1aa0c568 100644 --- a/docs/getting-started-dev.md +++ b/docs/getting-started-dev.md @@ -178,7 +178,6 @@ using App147.Services; ``` But the Pages templates are Framework and Project type agnostics, and more over, pages itself have no conscience of ShellViewModel so, how this code can be generated?. Here is when the post-actions take place. -<<<<<<< HEAD After the code is generated, the [PostActionFactory]() review all the generated files and, for those which the name contains "_postaction", execute the post-action defined in its content. @@ -204,7 +203,6 @@ TBD -> Probably in a differnt Page ### Add a new feature -======= After the code is generated, the [PostActionFactory]() review all the generated files and, for those which the name contains "_postaction", execute the post-action defined in its content.