• It initializes the framework & makes the body tag the mount point (mountPoint). You can pass in a selector for an element you want to be the default tag ("body" by default).

    Parameters

    • options: {
          selector: string;
      } = ...
      • selector: string

    Returns CTag

Generated using TypeDoc