hmm strange, just tested it on 2.0.0 beta 11 and works fine for me!
are you putting your options right after exporting your class:
export class Home {
sliderOptions = {
pager: true,
onlyExternal: true
}
}
I noticed if i set the options from a function it doesn’t work for me either