Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Feature angular #426

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6f300b6
core-ng : Initial project setup
shakilsiraj Apr 24, 2018
309358b
core-ng : Created angular app and library.
shakilsiraj Apr 28, 2018
1c61f32
code cleanup
shakilsiraj Apr 28, 2018
7d80b8c
fixed build script
shakilsiraj Apr 28, 2018
c882cce
Added au-focus directive
shakilsiraj May 1, 2018
33fcc36
Added au-focus directive
shakilsiraj May 1, 2018
12952af
Fixed formatting
shakilsiraj May 1, 2018
04c8941
More fixes:
shakilsiraj May 2, 2018
0a37a30
added au-fontgrid and cleanup
shakilsiraj May 3, 2018
50e2a02
added au-fontgrid and cleanup
shakilsiraj May 3, 2018
0b5a0fe
added au-fontgrid and cleanup
shakilsiraj May 7, 2018
5154ff0
added au-body and refactored the project name and folder
shakilsiraj May 11, 2018
33fec78
added au-body and refactored the project name and folder
shakilsiraj May 11, 2018
ca5b02a
Fixed build
shakilsiraj May 15, 2018
2350ae2
Changed namespace
shakilsiraj May 15, 2018
86addcf
added accordion
shakilsiraj May 30, 2018
53690aa
added enter key down listener for accordion header
shakilsiraj Jun 4, 2018
61c1b18
more changes...
shakilsiraj Jun 8, 2018
c4bddfd
More work ..
shakilsiraj Jun 12, 2018
54d8aea
accordion fixes
shakilsiraj Jun 12, 2018
977b38d
accordion fixes
shakilsiraj Jun 20, 2018
435ecd0
More work ..
shakilsiraj Jun 20, 2018
98a5dbc
Fixing accordion group multi expansion logic
shakilsiraj Jun 20, 2018
74bc843
Added angular animation for accordion
shakilsiraj Jun 30, 2018
6ceb9ae
Bumping version number
shakilsiraj Jul 2, 2018
b763431
More fixes from code review
shakilsiraj Jul 6, 2018
0e50e3f
More fixes from code review
shakilsiraj Jul 8, 2018
0eeb2b4
Angular implementation of direction-link
shakilsiraj Aug 14, 2018
1065d96
Delete pancake.scss
shakilsiraj Aug 14, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/scripts/helper.js",
"args": "generate init"
}
]
}pa
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,16 @@ All modules have to work on the below browsers:
----------
</details>

<details>
<summary>@gov.au/core-ng</summary>
<br><code>npm install @gov.au/core-ng</code><br>
<br>See the <a href="https://uikit.service.gov.au/packages/core-ng/tests/site/">visual test file for core-ng</a>
<br>See the <a href="https://github.com/govau/uikit/blob/master/packages/core-ng/README.md">readme file for core-ng</a><br><br>
<i>No dependencies</i>

----------
</details>

<details>
<summary>@gov.au/cta-link</summary>
<br><code>npm install @gov.au/cta-link</code><br>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"treeify": "^1.0.1"
},
"scripts": {
"clean": "lerna clean",
"scaffolding": "node ./scripts/helper.js scaffolding",
"bootstrap": "lerna bootstrap",
"build": "lerna run build --concurrency 1",
Expand Down
Loading