From d7528aa1d9f6ccc5aa24664ced0080c74a33e904 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 1 Nov 2018 15:45:51 -0400 Subject: [PATCH] ang6 notes Signed-off-by: Bill Erickson --- ang6-toturial.adoc | 5 +++++ ang6-toturial.html | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/ang6-toturial.adoc b/ang6-toturial.adoc index e074206cf..ae4a6212c 100644 --- a/ang6-toturial.adoc +++ b/ang6-toturial.adoc @@ -353,5 +353,10 @@ ng build --prod # then test == Big Questions * Configurable Print Templates +** --prod means no real-time template compilation. +** Templates could live in the database or file system and get injected + during compile. +*** Assumes ng build environment. +** Receipt generation could move to the server. diff --git a/ang6-toturial.html b/ang6-toturial.html index 81d3a383f..8deafa12d 100644 --- a/ang6-toturial.html +++ b/ang6-toturial.html @@ -4444,6 +4444,31 @@ ng build --prod # Configurable Print Templates +
    +
  • + +--prod means no real-time template compilation. + +
  • +
  • + +Templates could live in the database or file system and get injected + during compile. + +
      +
    • + +Assumes ng build environment. + +
    • +
    +
  • +
  • + +Receipt generation could move to the server. + +
  • +
-- 2.11.0