To show a list of unchanging data in React Native you can use the scroll view component. In this lesson, we'll map through the data we got back from the Github API, and fill complete ScrollView component for the user profile. After call goToProfile f…
Install: npm i -g angular-cli Create a project: ng new hello-angular2 Run the project: cd hello-angular2 ng serve Change the port: ng serve --port --live-reload-port Create a component: ng g component contact-list-component The component will be crea…
This lesson shows you how to create a component and pass its properties as it updates into a Pipe to make a simple searchable list. import {Pipe} from 'angular2/angular2'; @Pipe({ name: 'simpleSearch' }) export class SimpleSearch{ transform(value, [f…
CREATE EXTENSION https://www.postgresql.org/docs/current/sql-createextension.html CREATE EXTENSION — install an extension Synopsis CREATE EXTENSION [ IF NOT EXISTS ] extension_name [ WITH ] [ SCHEMA schema_name ] [ VERSION version ] [ FROM old_versio…