From: Bill Erickson Date: Thu, 1 Nov 2018 19:45:51 +0000 (-0400) Subject: ang6 notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d7528aa1d9f6ccc5aa24664ced0080c74a33e904;p=working%2Frandom.git ang6 notes Signed-off-by: Bill Erickson --- 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. + +
  • +