I'm enhancing an older application that uses primeng under Angular2. I wanted to use MultiSelect and DataTable, but customization for these two modules relies on <ng-template>
which was only introduced in Angular4.
Since Angular4 was released in November 2017, I downloaded primeng version 4.3 which was released in October 2017, built the application and ran the showcase.
When I hit localhost:4200, the documentation is exactly the same as the current version.
Several users attempted to mark this as duplicate. However, the previous answer merely states to download and run the showcase which is what I did. The showcase still states that ng-template is used to customize the control, but ng-template was not introduced until Angular4, one month after the release of primeng version 4.3.