Uploaded image for project: 'Moodle app'
  1. Moodle app
  2. MOBILE-4585

Site Plugins cannot use ng-container with ngTemplateOutlet anymore

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Trivial Trivial
    • None
    • DEV backlog
    • AngularJS

      Hi,

      I have just started to migrate my plugins to 4.4.
      It seems that the ng-container element with NgTemplateOutlet directive does not work anymore.

      For Example:

      <div>
          This is the div content
          <ng-container [ngTemplateOutlet]="theTemplate" ></ng-container>
      </div>
       
      <ng-template #theTemplate >
          <div>
              This is the template content
          </div>
      </ng-template> 

      kind regards,
      Mario

            Unassigned Unassigned
            mwehr Mario Wehr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.