Skip to content

Instantly share code, notes, and snippets.

View bastienlemaitre's full-sized avatar

Bastien LEMAITRE bastienlemaitre

View GitHub Profile
@bastienlemaitre
bastienlemaitre / cookie-server.service.ts
Created June 20, 2019 09:19
ngx-cookie-service for Angular Universal
@bastienlemaitre
bastienlemaitre / cookie-server.service.ts
Created June 20, 2019 09:20
ngx-cookie-service for Angular Universal
{
"acrylicOpacity" : 0.75,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "cmd.exe /k C:\\Tools\\Cmder\\vendor\\init.bat",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{cd6715f9-b882-4cce-8e3b-26c5fb402adc}",
@bastienlemaitre
bastienlemaitre / PULL_REQUEST_TEMPLATE
Created September 30, 2020 15:28
PULL_REQUEST_TEMPLATE
## Jira issue
https://socloz.atlassian.net/browse/FS-..... or https://socloz.atlassian.net/browse/SCRUM-.....
## Context
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Improvement