Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ia-angular2-seed-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
adi-ia
ia-angular2-seed-project
Commits
02b08844
Commit
02b08844
authored
7 years ago
by
jvanboxtel@wisc.edu
Browse files
Options
Downloads
Patches
Plain Diff
improved readme
parent
6686861f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+50
-1
50 additions, 1 deletion
README.md
src/favicon.ico
+0
-0
0 additions, 0 deletions
src/favicon.ico
with
50 additions
and
1 deletion
README.md
+
50
−
1
View file @
02b08844
...
@@ -39,4 +39,53 @@ Have a look at the `package.json` for more a more detailed view.
...
@@ -39,4 +39,53 @@ Have a look at the `package.json` for more a more detailed view.
## Developing
## Developing
### [Visual Studio Code](https://code.visualstudio.com/)
### [Visual Studio Code](https://code.visualstudio.com/)
Works great with typescript ecosystem.
Works great with typescript ecosystem.
\ No newline at end of file
## Basic project structure
<pre>
app
| |-- app.component.html
| |-- app.component.scss
| |-- app.component.spec.ts # All tests end with .spec.ts
| |-- app.component.ts
| |-- app.module.ts # Parent app module
| |-- app.routing.module.ts # Primary place to add new routes
| |-- core
| | |-- config.service.ts # Used for config vars
| | |-- core.module.ts
| | |-- data.service.spec.ts # Designed to mock data
| | |-- data.service.ts # One catch all service for data transmission
| | |-- models # Placeholder for user created models/interfaces
| | |-- module-import-check.ts # Prevents the core module from loading twice.
| |
`-- navigation # Shared navigation component
| | |-- navigation.component.html
| | |-- navigation.component.scss
| | |-- navigation.component.spec.ts
| | `
-- navigation.component.ts
| |-- home # Starter component using the router
| | |-- home.component.html
| | |-- home.component.scss
| | |-- home.component.spec.ts
| |
`-- home.component.ts
| `
-- shared # App wide shared directory. All modules could have a shared Directory too
|
`-- shared.module.ts # Only add Material components here!
|-- assets
| |-- material-theme.scss # Custom Material theme
| `
-- uwstyle # Copy of UWStyle
| |-- dist
| |-- fonts
|
`-- images
|-- index.html # html entry point gets app.component
|-- main.ts
|-- polyfills.ts # Enables compatibility for older browsers
|-- styles.css # Could be used for global styles/imports
|-- test.ts # Required by karma
|-- tsconfig.app.json
|-- tsconfig.spec.json
`
-- typings.d.ts
../.angular-cli.json # All project config for the angular cli
../tslint.json # All project lint settings ex: "ng lint"
../e2e/ # All project end to end tests ex: "ng e2e"
../tsconfig.json # Primary typescript config
</pre>
This diff is collapsed.
Click to expand it.
src/favicon.ico
100644 → 100755
+
0
−
0
View replaced file @
6686861f
View file @
02b08844
5.3 KiB
|
W:
|
H:
5.3 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment