import React from 'react' import PropTypes from 'prop-types'; export class NgIf extends React.Component { constructor(props){ super(props); } render() { if(this.props.cond){ return