PrimeNG with 2.0.0-rc.0?

Anyone got PrimeNg components working with the rc?

I’m trying by modifying the app.module.ts file as follows:

import {DropdownModule} from ‘primeng/primeng’;

and adding DropdownModule to the declarations.

This results in a rollupjs error saying:

primeng.js does not export DropdownModule

which I’ve just checked and is a false statement.

Any help would be appreciated.

A little progress: I moved DropdownModule from declarations to imports and now the error is:

SyntaxError: Error transforming /Users/calebsandfort/Documents/Mobile Apps/iSupportAppV2/node_modules/primeng/components/dropdown/dropdown.js with ‘commonjs’ plugin: Unexpected token
(1:14) in /Users/calebsandfort/Documents/Mobile Apps/iSupportAppV2/node_modules/primeng/components/dropdown/dropdown.js