• Stars
    star
    4
  • Rank 3,289,693 (Top 66 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Here comes an Angular-Cli application with a service that returns a json file structure that is print in an html template file like an html table. Inspired in this AngularJS example: http://stackoverflow.com/questions/22209117/create-table-from-json-data-with-angularjs-and-ng-repeat

More Repositories

1

webgl-fluid-simulation

This project is a WebGL Fluid Simulation that works with Desktop and Mobile. Shows Fluids on a 2D Canvas with the drag and drop of the mouse or pad.
JavaScript
11
star
2

RemakeGhostnGoblins

This is a new project created on 22th October 2016. The objective of the project is to remake the game Ghost'n Goblins (https://en.wikipedia.org/wiki/Ghosts_%27n_Goblins). I'm doing a course in Coursera and this will be the repository of the project of the course (https://www.coursera.org/courses?languages=es&query=unity+3d)
5
star
3

which-image-is

Implementation of a TensorFlow Learning Machine Spring Boot WS that learn and return the most similar description of an image
Java
5
star
4

editing-3d-mesh-terrain

Project Angular 4 and Angular-Cli with THREE.js for editing 3D mesh terrain with the browser.
JavaScript
4
star
5

art-web-design

Create an Angular 7 Web App Responsive with Bootstrap, Angular-Cli, NavBar and Footer
TypeScript
3
star
6

water-drop

Project done with Angular 7 and Three.js that represents a water drop in a 3D scene.
TypeScript
2
star
7

google-maps-view

Google Maps View in Angular 5 where you can push markers what ever you want.
TypeScript
2
star
8

fluid-simulation-navier-stokes

A Fluid Simulation in 2D Canvas with Javascript with Navier Stokes equation
JavaScript
2
star
9

how-do-you-learn

A Rest Service with Spring Boot 1.5 running in Java 8 that add, remove, modify and get UnityKnowledege of Objects and it's UnityKnowledge Relation Objects. And save all data in a MongoDB.
Java
2
star
10

file-generator

A File Generator editing the file adding phrases one to one
Shell
2
star
11

app-3d-three-template

3d angular component template for three.js: The component makes it easy the work to representing 3D scenes in the browser with the Three.js library.
TypeScript
2
star
12

3d-scene-at-sea

I want to show a 3D Scene done with THREE.js showing the sea with some interactive sceje objects. It could be use like a Angular web background.
JavaScript
2
star
13

component-tree-project

This project shows how to create a tree component with recursive component structure. My experience in trees comes from the design of xsl showing trees in java. And now I want to prove do that in Angular2.
TypeScript
2
star
14

UniversWithStars

Example of use WebGl showing the Univers with stars in Angular2.
TypeScript
1
star
15

WaterProject

In this example, we design a terrain with water.
C#
1
star
16

MiPrimerProyecto

An example of my first scene project in Unity.
1
star
17

3d-map-constructor

TypeScript
1
star
18

CameraProject

An example of Cameras in Unity.
1
star
19

component-tree-project2

TypeScript
1
star
20

myyme

A Frontend Web done with Angular 4 and Bootstrap 3 where you can create your Robot and make it learning!
TypeScript
1
star
21

HolaAngular2

Create the first example: a HelloWorld. Calling the load of the component hola-angular directy from the index.html.
HTML
1
star
22

Avatar.lab

Human avatar and animation for three.js
JavaScript
1
star
23

test-ups

Java
1
star
24

3dProject

First 3D Project for beginning learning 3D in Angular2.
TypeScript
1
star
25

PersonMovement

An example of movement of a player in Unity
1
star
26

which-monument

An Angular5 App that calls the Web Service REST which-image-is
TypeScript
1
star
27

deeplearning-machine

A Deeplearning Machine finding the nearest word.
Java
1
star
28

black-lotus

A game for play Magic The Gattering (MTG) Online.
TypeScript
1
star
29

calling-to-internet

Rest Service that call to an url to internet and response the content of the url
Java
1
star
30

Timer

Create a counter that goes from 24:59 to 0 and you can play and stop in Angular2.
TypeScript
1
star
31

DecoradorBienvenida

An example that use the pattern Decorator to show a message in navigator console in Angular2.
HTML
1
star
32

the-new-web-concept

A project developed by David Martínez Ros that will be the new web concept.
TypeScript
1
star
33

cors-example

A Cross-domain CORS example that make http calls to urls (for testing urls)
HTML
1
star
34

ComportamientoFisico

An example of Fisics behavior in Unity.
C#
1
star
35

DraggablePortletsTemplateDemo

This App is a demo of the draggable portlets Angular Component https://www.npmjs.com/package/app-draggable-portlets-template
TypeScript
1
star
36

bind-json-array-to-configurable-menu

This example bind a json array to a configurable menu. It tries to explain how to do this work.
TypeScript
1
star
37

climate-project

Climate weather prediction project from AEMET
TypeScript
1
star
38

angular-tour-of-heroes-by-me

On this example, you have many of the features we expect to find in a full-blown, data-driven application: acquiring and displaying a list of heroes, editing a selected hero's detail, and navigating among different views of heroic data. Here is the tutorial: https://angular.io/docs/ts/latest/tutorial/
TypeScript
1
star
39

MiWeb

My first Web done with Angular4 by Typescript, JSON files configuration with externalices language. Show an introduction, a project carousel, a project list with differents views.
HTML
1
star
40

component-divs-project

This project shows how to drag and drop divs in the screen with the mouse and how to create these divs with a json file.
TypeScript
1
star
41

interactive-background-geometries-threejs

Using Three.js, I want to make a background with differents geometries with you could interactive. The geometries are cubes, torus, cilindres and spheres.
TypeScript
1
star
42

angular-tour-of-heroes-by-me-with-cli

The same application example in my repository: https://github.com/davidmartinezros/angular-tour-of-heroes-by-me but now integrating the application with angular-cli: https://github.com/angular/angular-cli#creating-a-build and with some changes: http service and edit, remove and search hero with an in-memory-data.service.
TypeScript
1
star
43

3DHouse

This example show how to create a plane of house with lines in 3D using WebGl (is an example in progess that I do at home). You could find the API of treejs here: http://threejs.org/docs/index.html
TypeScript
1
star
44

3d-cube-with-javascript

This project shows a cube in 3D done with javascript and you can rotate it clicking on the screen.
HTML
1
star
45

angular-quickstart

How to make your first Angular2 Component: with app.component, app.module (that load the app.component) and main that initialize the application. Here is the explanation: https://angular.io/docs/ts/latest/quickstart.html
JavaScript
1
star
46

components-animations-project

This project contains animations for your web components (extends them and implements the html template and the css file and your have your component animated.
TypeScript
1
star
47

draggable-portlets-javascript

A draggable portlets project done with javascript. It works on computer, mobile and tablet dispositives.
HTML
1
star
48

ImportingColladas

In this example, I import a Dragon from Blender and animation with default animation and walk.
C#
1
star
49

3dThreeTemplateDemo

This app is a demo of the 3dThreeTemplate Angular Component https://github.com/davidmartinezros/app-3d-three-template
JavaScript
1
star
50

Mi3DWorld

An scene with some cubes that you can picking them and change the color and move the camera. The application use the libraries gl-matrix i litegl.
JavaScript
1
star
51

starwars-ts-names-david

TypeScript
1
star
52

bind-json-array-to-draggable-portlets

Bind Json Array to Draggable Portlets: The component is an easy representation of a webpage structurate in draggable portlets binding with a json file. It could be useful for a notice portal or a webpage the need to interchange them content.
JavaScript
1
star
53

chessRobot

Thinking thinking I've found a solution for create the Chess Robot Invencible. It consists in a Graph of Chip Movement and where the next movement always is the shortest way to get checkmate.
Java
1
star
54

background-cubes-threejs

Using Three.js, I want to make some differents backgrounds with differents geometries. This one will use Cubes.
TypeScript
1
star
55

component-divs-project2

TypeScript
1
star
56

ShadersProject

An example of Shaders in textures in Unity
1
star
57

spring-boot-architecture-upf

Aplicació Model amb Spring Boot per l'arquitectura de la UPF
CSS
1
star
58

deeplearning4j

Deep Learning for Java, Scala & Clojure on Hadoop & Spark With GPUs - From Skymind
Java
1
star