UNPKG

ngx-rx-if

Version:

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

15 lines (11 loc) 334 B
import { NgxRxIfDemoPage } from './app.po'; describe('ngx-rx-if-demo App', () => { let page: NgxRxIfDemoPage; beforeEach(() => { page = new NgxRxIfDemoPage(); }); it('should display welcome message', () => { page.navigateTo(); expect(page.getParagraphText()).toEqual('Welcome to app!'); }); });