All Projects → eliyas5044 → angular-laravel

eliyas5044 / angular-laravel

Licence: other
This is an application where angular as front-end and laravel as back-end

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to angular-laravel

Ng2 Signalr
angular2 - asp.net signalr library
Stars: ✭ 176 (+467.74%)
Mutual labels:  angular-2
angular2-pokedex
A Pokedex built on Angular with AoT, Tree Shaking, Rollup and TypeScript
Stars: ✭ 34 (+9.68%)
Mutual labels:  angular-2
talk-angular-material
Code samples for the Angular Material Talk: "Building Beautiful Web Apps with Angular Material"
Stars: ✭ 13 (-58.06%)
Mutual labels:  angular-2
Pinterest
PinWork(Pinterest for bloggers) built with ❤️ using Angular2 (4.0.0)
Stars: ✭ 197 (+535.48%)
Mutual labels:  angular-2
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+709.68%)
Mutual labels:  angular-2
laravel5Angular4
Laravel 5.4 & Angular 4.3.4
Stars: ✭ 37 (+19.35%)
Mutual labels:  angular-2
Angular Lab
Angular Lab
Stars: ✭ 151 (+387.1%)
Mutual labels:  angular-2
darkest-space
Minimal colorscheme for vim.
Stars: ✭ 18 (-41.94%)
Mutual labels:  angular-2
ng2-forms
Demo app for angular reactive nested forms
Stars: ✭ 25 (-19.35%)
Mutual labels:  angular-2
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+19.35%)
Mutual labels:  angular-2
Ngx Resource
Resource (REST) Client for Angular 2
Stars: ✭ 201 (+548.39%)
Mutual labels:  angular-2
Angularfire2 Offline
🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
Stars: ✭ 209 (+574.19%)
Mutual labels:  angular-2
awesome-angular-components
This project is no longer supported.
Stars: ✭ 25 (-19.35%)
Mutual labels:  angular-2
Ng In Viewport
Allows us to check if an element is within the browsers visual viewport
Stars: ✭ 178 (+474.19%)
Mutual labels:  angular-2
Angular2-RecordRTC
A demonstration of RecordRTC working with Angular 2
Stars: ✭ 38 (+22.58%)
Mutual labels:  angular-2
Mydaterangepicker
Angular 2+ date range picker
Stars: ✭ 157 (+406.45%)
Mutual labels:  angular-2
ng2-acl
Role based permissions for Angular v2++
Stars: ✭ 15 (-51.61%)
Mutual labels:  angular-2
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-25.81%)
Mutual labels:  angular-2
ngx-print
🖨️ A plug n' play Angular (2++) library to print your stuff
Stars: ✭ 124 (+300%)
Mutual labels:  angular-2
ordina-jworks.github.io
Ordina JWorks Business Unit Tech Blog
Stars: ✭ 27 (-12.9%)
Mutual labels:  angular-2

AngularLaravel

This project was generated with Angular CLI version 9.0.0-rc.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

angular-laravel

  • First clone via git bash or download.
  • Go to your root folder and run this command to install packages.
yarn
  • Download laravel-api, which i used as a RESTful api and follow the instructions to run your api.
  • You may change the api url in environment file.
  • Run your angular app by this command
yarn start
  • You have to login or register to view all books
  • The book url is http://localhost:4200/admin/book

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].