Coder Social home page Coder Social logo

ashishsober / master-detail-with-ang2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 1.25 MB

https://angular-project-5cb99.firebaseapp.com

TypeScript 83.00% HTML 9.02% JavaScript 0.95% CSS 7.03%
firebase google-analytics angular2 angular4 angular5 angular6 typescript angular-material sample-app example-app

master-detail-with-ang2's Introduction

Typescript (2.7.2)

Angular 6 Demo App (6.0.7)

To Start the application type

  1. ng serve

  2. http://localhost:4200/

  • Quick links

        $ https://github.com/angular/quickstart
        $ https://angular.io/docs/ts/latest/tutorial/toh-pt3.html
        $ https://embed.plnkr.co/?show=preview
        $ https://medium.mybridge.co/18-amazing-open-source-angular-projects-dd9e81d921ee
    

Angular Material (2.0.0-alpha.8-2)

  • Important Link

  • Import all the modules in the app.module.ts file,do not apply forRoot() method, if you do the refactoring then we can apply the forRoot() method as i have done.and please add providers also for radio-button and some other modules.

  • For Grid system using Bootstrap layout

Injected Angular-CLI

  • To inject angular cli write ng init and follow the instruction.

  • start the application with ng-serve instead of npm start

  • How to give the build in Angular-cli project

      just type the command ' ng build --prod ' it will create a dist folder in the root directory
    

Created Aangular Forms

  1. Angular form Link
  2. Created template driven form (Custom Forms)

Firebase UI-WEB

  1. Using firebase ui for the user Identity

  2. FirebaseUI-Web github

  3. Other related link

  4. Install angularFire2 and firebase

     npm install angularfire2 firebase --save
    
  5. Related Link

How to deploy the application in Firebase

  • First install firebase-tools globally

      $npm install -g firebase-tools
    
  • Then Login using the Firebase-cli and initialize the project

      $firebase login
    
      $firebase init
      Select the Hosting option in the command line
       >Hosting: Configure and deploy firebase hosting site
    
  • Deploy to Firebase Hosting

      $ firebase deploy
      $ If it ask for reauth, firebase login --reauth --no-localhost
    

Using Google Analytics to track and reports website traffic

  1. Google Analytics

How to update the package.json

$ npm install -g npm-check-updates
$ npm-check-updates -u  u will come to know which are the modules or library got updated
$ npm install  or ncu -a to update the package.json
$ `npm i webpack --save-dev`
$ do not update the flexlayout it should `be beta.16`

master-detail-with-ang2's People

Contributors

ashishsober avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.