Class AngularUniversalModule

Hierarchy

  • AppModule<any, Config, this>
    • AngularUniversalModule

Constructors

Methods

Constructors

  • Parameters

    • Optional config: {
          browserPath?: string;
          serverModuleName?: string;
          serverPath?: string;
      }
      • Optional browserPath?: string

        Description

        The path to the built dist file for the browser (with all the assets), usually something like ../../dist/browser.

      • Optional serverModuleName?: string

        Description

        The exported server module name, usually AppServerModule

      • Optional serverPath?: string

        Description

        The path to the built dist file for the server, usually something like ../../dist/server

    Returns AngularUniversalModule

Methods

Generated using TypeDoc