/Jgas

Primary LanguageTypeScript

Angular 6 Real Estate Web Client

Kevin Hinojos First of all: this is an ongoing project of a real estate website frontend application.

The complete work (with all of it's html, css and etc) of this application are in a private repository, but this is already a pretty good start if you want to develop single page application real estate websites.

As seen on:

Todo:

Change private properties accessed on view to public for production mode;

Move all XHR request from OnInit blocks to route resolvers, this way we only instantiate our component if our data is already available.

Customization

  • You can template it as you wish in every component HTML and CSS file, according to your own needs.
  • RESTFull compliance, you can build your own API (WP-API or MEAN stack for example), and just set your endpoints at app.constants.ts.

How to

Code scaffolding (provided by ng-cli)

Scaffold Usage
Component ng g component my-new-component
Directive ng g directive my-new-directive
Pipe ng g pipe my-new-pipe
Service ng g service my-new-service
Class ng g class my-new-class
Guard ng g guard my-new-guard
Interface ng g interface my-new-interface
Enum ng g enum my-new-enum
Module ng g module my-module

Further help

rmkoszalka@gmail.com