UNPKG

ngx-rx-if

Version:

An implementation of conditional reactive directive based on @ngrx/store (Redux)

12 lines (9 loc) 227 B
import { browser, by, element } from 'protractor'; export class NgxRxIfDemoPage { navigateTo() { return browser.get('/'); } getParagraphText() { return element(by.css('app-root h1')).getText(); } }