012.3 Auxiliary Angular Typescript Classes ng bootstrap - chempkovsky/CS82ANGULAR GitHub Wiki

Note

Note

  • Repeat all the steps of the article
  • for Monolithic App
    • Instead of
      • 00000-ContextLevelBatch.json
      • 00200-app-glbl-auth.json
      • 00230-appCompAndModule.json
    • You should use
      • 00000-ContextLevelBatch.bootstrap.json
      • 00200-app-glbl-auth.bootstrap.json
      • 00230-appCompAndModule.bootstrap.json
  • for Micro-frontend App
    • Instead of
      • 00001-ContextLevelMonoCommonModulesBatch.json
      • 00002-ContextLevelMonoCommonInterfacesBatch.json
      • 00003-ContextLevelMonoCommonServicesBatch.json
      • 00004-ContextLevelMonoCommonFormattersBatch.json
      • 00005-ContextLevelMonoCommonComponentsBatch.json
      • 00201-ContextLevelMonoCommonAuth.json
      • 00231-ContextLevelMonoAppCompAndModule.json
    • You should use
      • 00001-ContextLevelMonoCommonModulesBatch.bootstrap.json
      • 00002-ContextLevelMonoCommonInterfacesBatch.bootstrap.json
      • 00003-ContextLevelMonoCommonServicesBatch.bootstrap.json
      • 00004-ContextLevelMonoCommonFormattersBatch.bootstrap.json
      • 00005-ContextLevelMonoCommonComponentsBatch.bootstrap.json
      • 00201-ContextLevelMonoCommonAuth.bootstrap.json
      • 00231-ContextLevelMonoAppCompAndModule.bootstrap.json