Web Development with Bootstrap 4 and Angular 2 - Second Edition by Akopkokhyants Sergey & Radford Stephen

Web Development with Bootstrap 4 and Angular 2 - Second Edition by Akopkokhyants Sergey & Radford Stephen

Author:Akopkokhyants, Sergey & Radford, Stephen [Akopkokhyants, Sergey]
Language: eng
Format: mobi, epub
Publisher: Packt Publishing
Published: 2016-11-28T22:00:00+00:00


As you can see, it draws the ProductSearchComponent and CategoryListComponent in the first column and the ProductGridComponent in the second one, which corresponds to our wireframe.

The product module

The last two cents in the product folder are the ProductModule . Create the product.module.ts file as follows:

import {NgModule} from '@angular/core';

import {CommonModule} from '@angular/common';

import {FormsModule} from '@angular/forms';

import {RouterModule} from '@angular/router';

import {ProductListComponent} from './product-list.component';

import {ProductCardComponent} from './product-card.component';

import {ProductSearchComponent} from './product-search.component';

import {ProductGridComponent} from './product-grid.component';



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.